#F049C8

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

Shades of Razzle Dazzle Rose #F049C8

Tints of Razzle Dazzle Rose #F049C8

Color information

#F049C8 (or 0xF049C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 49 and C8. RGB value is (240,73,200). Sum of RGB (Red+Green+Blue) = 240+73+200=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F049C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049C8 is #0FB637. Grayscale: #898989. Windows color (decimal): -1029688 or 13126128. OLE color: 13126128.

HSL color Cylindrical-coordinate representation of color #F049C8: hue angle of 314.37º 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 #F049C8 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB24073200-
CMYK00.700.170.06
HSL314.37º84.77%61.37%-
HSV(B)314.37º69.58%94.12%-
XYZ48.7427.4657.37-
YUV137.41163.33201.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 73 (28.91% from 255) = 14.23%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=46.78%
G=14.23%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407320000.700.170.06314.3784.7761.37
HexF049C804611613a553d
Octal360111310010621647212575
Binary1111000010010011100100001000110100011101001110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F049C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F049C8; }

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

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

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

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

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

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

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

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