#F049C9

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

Shades of Razzle Dazzle Rose #F049C9

Tints of Razzle Dazzle Rose #F049C9

Color information

#F049C9 (or 0xF049C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 49 and C9. RGB value is (240,73,201). Sum of RGB (Red+Green+Blue) = 240+73+201=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F049C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049C9 is #0FB636. Grayscale: #898989. Windows color (decimal): -1029687 or 13191664. OLE color: 13191664.

HSL color Cylindrical-coordinate representation of color #F049C9: hue angle of 314.01º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049C9 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB24073201-
CMYK00.700.160.06
HSL314.01º84.77%61.37%-
HSV(B)314.01º69.58%94.12%-
XYZ48.8627.5157.99-
YUV137.52163.83201.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 73 (28.91% from 255) = 14.20%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=46.69%
G=14.20%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407320100.700.160.06314.0184.7761.37
HexF049C904610613a553d
Octal360111311010620647212575
Binary1111000010010011100100101000110100001101001110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F049C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F049C9; }

 p { color: rgb(240,73,201); }

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

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

 a { background-color: rgb(240,73,201); }

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

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

 span { border-color: rgb(240,73,201); }

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