#F946BE

Color #F946BE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F946BE

Tints of Razzle Dazzle Rose #F946BE

Color information

#F946BE (or 0xF946BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 46 and BE. RGB value is (249,70,190). Sum of RGB (Red+Green+Blue) = 249+70+190=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F946BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946BE is #06B941. Grayscale: #888888. Windows color (decimal): -440642 or 12470009. OLE color: 12470009.

HSL color Cylindrical-coordinate representation of color #F946BE: hue angle of 319.78º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946BE is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB24970190-
CMYK00.720.240.02
HSL319.78º93.72%62.55%-
HSV(B)319.78º71.89%97.65%-
XYZ50.5528.2451.5-
YUV137.2157.8207.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 70 (27.73% from 255) = 13.75%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=48.92%
G=13.75%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497019000.720.240.02319.7893.7262.55
HexF946BE0481821405e3f
Octal371106276011030250013677
Binary111110011000110101111100100100011000101010000001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F946BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F946BE; }

 p { color: rgb(249,70,190); }

 H1.HeaderClassName
 {
   color: #F946BE;
 }
 .AnyTagClassName
 {
   color: #F946BE;
 }
</style>
background-color css

<style>
 a { background-color: #F946BE; }

 a { background-color: rgb(249,70,190); }

 div.DivClassName
 {
   background-color: #F946BE;
 }
 .BgClassName
 {
   background-color: #F946BE;
 }
</style>
border-color css

<style>
 span { border-color: #F946BE; }

 span { border-color: rgb(249,70,190); }

 td.TdClassName
 {
   border-color: #F946BE;
 }
 .TagClassName
 {
   border-color: #F946BE;
 }
</style>