#F049CA

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

Shades of Razzle Dazzle Rose #F049CA

Tints of Razzle Dazzle Rose #F049CA

Color information

#F049CA (or 0xF049CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 49 and CA. RGB value is (240,73,202). Sum of RGB (Red+Green+Blue) = 240+73+202=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F049CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049CA is #0FB635. Grayscale: #898989. Windows color (decimal): -1029686 or 13257200. OLE color: 13257200.

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

Color convert

RGB24073202-
CMYK00.700.160.06
HSL313.65º84.77%61.37%-
HSV(B)313.65º69.58%94.12%-
XYZ48.9827.5558.61-
YUV137.64164.33201.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 73 (28.91% from 255) = 14.17%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=46.60%
G=14.17%
B=39.22%

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
Decimal2407320200.700.160.06313.6584.7761.37
HexF049CA04610613a553d
Octal360111312010620647212575
Binary1111000010010011100101001000110100001101001110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F049CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F049CA; }

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

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

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

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

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

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

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

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