Shades of Razzle Dazzle Rose #F02CC0
Tints of Razzle Dazzle Rose #F02CC0
RGB
CMYK
RGB Variations
Color information
#F02CC0 (or 0xF02CC0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2C and C0. RGB value is (240,44,192). Sum of RGB (Red+Green+Blue) = 240+44+192=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02CC0 is #0FD33F. Grayscale: #777777. Windows color (decimal): -1037120 or 12594416. OLE color: 12594416.
HSL color Cylindrical-coordinate representation of color #F02CC0: hue angle of 314.69º 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 #F02CC0 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 192 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.06 |
| HSL | 314.69º | 0.87% | 0.56% | - |
| HSV(B) | 314.69º | 0.82% | 0.94% | - |
| XYZ | 46.35 | 24.13 | 52.08 | - |
| YUV | 119.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 192 | 0 | 0.82 | 0.20 | 0.06 | 314.69 | 0.87 | 0.56 |
| Hex | F0 | 2C | C0 | 0 | 52 | 14 | 6 | 13B | 57 | 38 |
| Octal | 360 | 54 | 300 | 0 | 122 | 24 | 6 | 473 | 127 | 70 |
| Binary | 11110000 | 101100 | 11000000 | 0 | 1010010 | 10100 | 110 | 100111011 | 1010111 | 111000 |
Color Harmonies of #F02CC0
Complementary color
Monochromatic Colors of #F02CC0
Black with #F02CC0
Text Example
Text Example
White with #F02CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CC0; }
p { color: rgb(240,44,192); }
H1.HeaderClassName
{
color: #F02CC0;
}
.AnyTagClassName
{
color: #F02CC0;
}
</style>
background-color css
<style>
a { background-color: #F02CC0; }
a { background-color: rgb(240,44,192); }
div.DivClassName
{
background-color: #F02CC0;
}
.BgClassName
{
background-color: #F02CC0;
}
</style>
border-color css
<style>
span { border-color: #F02CC0; }
span { border-color: rgb(240,44,192); }
td.TdClassName
{
border-color: #F02CC0;
}
.TagClassName
{
border-color: #F02CC0;
}
</style>