Shades of Razzle Dazzle Rose #F02CCC
Tints of Razzle Dazzle Rose #F02CCC
RGB
CMYK
RGB Variations
Color information
#F02CCC (or 0xF02CCC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2C and CC. RGB value is (240,44,204). Sum of RGB (Red+Green+Blue) = 240+44+204=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02CCC is #0FD333. Grayscale: #787878. Windows color (decimal): -1037108 or 13380848. OLE color: 13380848.
HSL color Cylindrical-coordinate representation of color #F02CCC: hue angle of 311.02º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CCC is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 204 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.06 |
| HSL | 311.02º | 0.87% | 0.56% | - |
| HSV(B) | 311.02º | 0.82% | 0.94% | - |
| XYZ | 47.73 | 24.69 | 59.38 | - |
| YUV | 120.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 204 | 0 | 0.82 | 0.15 | 0.06 | 311.02 | 0.87 | 0.56 |
| Hex | F0 | 2C | CC | 0 | 52 | F | 6 | 137 | 57 | 38 |
| Octal | 360 | 54 | 314 | 0 | 122 | 17 | 6 | 467 | 127 | 70 |
| Binary | 11110000 | 101100 | 11001100 | 0 | 1010010 | 1111 | 110 | 100110111 | 1010111 | 111000 |
Color Harmonies of #F02CCC
Complementary color
Monochromatic Colors of #F02CCC
Black with #F02CCC
Text Example
Text Example
White with #F02CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CCC; }
p { color: rgb(240,44,204); }
H1.HeaderClassName
{
color: #F02CCC;
}
.AnyTagClassName
{
color: #F02CCC;
}
</style>
background-color css
<style>
a { background-color: #F02CCC; }
a { background-color: rgb(240,44,204); }
div.DivClassName
{
background-color: #F02CCC;
}
.BgClassName
{
background-color: #F02CCC;
}
</style>
border-color css
<style>
span { border-color: #F02CCC; }
span { border-color: rgb(240,44,204); }
td.TdClassName
{
border-color: #F02CCC;
}
.TagClassName
{
border-color: #F02CCC;
}
</style>