Shades of Razzle Dazzle Rose #F02EC9
Tints of Razzle Dazzle Rose #F02EC9
RGB
CMYK
RGB Variations
Color information
#F02EC9 (or 0xF02EC9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and C9. RGB value is (240,46,201). Sum of RGB (Red+Green+Blue) = 240+46+201=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EC9 is #0FD136. Grayscale: #797979. Windows color (decimal): -1036599 or 13184752. OLE color: 13184752.
HSL color Cylindrical-coordinate representation of color #F02EC9: hue angle of 312.06º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02EC9 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 46 | 201 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.06 |
| HSL | 312.06º | 0.87% | 0.56% | - |
| HSV(B) | 312.06º | 0.81% | 0.94% | - |
| XYZ | 47.45 | 24.7 | 57.52 | - |
| YUV | 121.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 201 | 0 | 0.81 | 0.16 | 0.06 | 312.06 | 0.87 | 0.56 |
| Hex | F0 | 2E | C9 | 0 | 51 | 10 | 6 | 138 | 57 | 38 |
| Octal | 360 | 56 | 311 | 0 | 121 | 20 | 6 | 470 | 127 | 70 |
| Binary | 11110000 | 101110 | 11001001 | 0 | 1010001 | 10000 | 110 | 100111000 | 1010111 | 111000 |
Color Harmonies of #F02EC9
Complementary color
Monochromatic Colors of #F02EC9
Black with #F02EC9
Text Example
Text Example
White with #F02EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02EC9; }
p { color: rgb(240,46,201); }
H1.HeaderClassName
{
color: #F02EC9;
}
.AnyTagClassName
{
color: #F02EC9;
}
</style>
background-color css
<style>
a { background-color: #F02EC9; }
a { background-color: rgb(240,46,201); }
div.DivClassName
{
background-color: #F02EC9;
}
.BgClassName
{
background-color: #F02EC9;
}
</style>
border-color css
<style>
span { border-color: #F02EC9; }
span { border-color: rgb(240,46,201); }
td.TdClassName
{
border-color: #F02EC9;
}
.TagClassName
{
border-color: #F02EC9;
}
</style>