#F049C7

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

Shades of Razzle Dazzle Rose #F049C7

Tints of Razzle Dazzle Rose #F049C7

Color information

#F049C7 (or 0xF049C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 49 and C7. RGB value is (240,73,199). Sum of RGB (Red+Green+Blue) = 240+73+199=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F049C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049C7 is #0FB638. Grayscale: #888888. Windows color (decimal): -1029689 or 13060592. OLE color: 13060592.

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

Color convert

RGB24073199-
CMYK00.700.170.06
HSL314.73º84.77%61.37%-
HSV(B)314.73º69.58%94.12%-
XYZ48.6327.4156.76-
YUV137.3162.83201.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 73 (28.91% from 255) = 14.26%
BLUE value IS 199 (78.12% from 255) = 38.87%
R=46.88%
G=14.26%
B=38.87%

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
Decimal2407319900.700.170.06314.7384.7761.37
HexF049C704611613b553d
Octal360111307010621647312575
Binary1111000010010011100011101000110100011101001110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F049C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F049C7; }

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

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

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

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

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

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

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

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