Shades of Razzle Dazzle Rose #F02CCD
Tints of Razzle Dazzle Rose #F02CCD
RGB
CMYK
RGB Variations
Color information
#F02CCD (or 0xF02CCD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2C and CD. RGB value is (240,44,205). Sum of RGB (Red+Green+Blue) = 240+44+205=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02CCD is #0FD332. Grayscale: #787878. Windows color (decimal): -1037107 or 13446384. OLE color: 13446384.
HSL color Cylindrical-coordinate representation of color #F02CCD: hue angle of 310.71º 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 #F02CCD is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 205 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.06 |
| HSL | 310.71º | 0.87% | 0.56% | - |
| HSV(B) | 310.71º | 0.82% | 0.94% | - |
| XYZ | 47.86 | 24.73 | 60.01 | - |
| YUV | 120.96 | 175.43 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 205 | 0 | 0.82 | 0.15 | 0.06 | 310.71 | 0.87 | 0.56 |
| Hex | F0 | 2C | CD | 0 | 52 | F | 6 | 137 | 57 | 38 |
| Octal | 360 | 54 | 315 | 0 | 122 | 17 | 6 | 467 | 127 | 70 |
| Binary | 11110000 | 101100 | 11001101 | 0 | 1010010 | 1111 | 110 | 100110111 | 1010111 | 111000 |
Color Harmonies of #F02CCD
Complementary color
Monochromatic Colors of #F02CCD
Black with #F02CCD
Text Example
Text Example
White with #F02CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CCD; }
p { color: rgb(240,44,205); }
H1.HeaderClassName
{
color: #F02CCD;
}
.AnyTagClassName
{
color: #F02CCD;
}
</style>
background-color css
<style>
a { background-color: #F02CCD; }
a { background-color: rgb(240,44,205); }
div.DivClassName
{
background-color: #F02CCD;
}
.BgClassName
{
background-color: #F02CCD;
}
</style>
border-color css
<style>
span { border-color: #F02CCD; }
span { border-color: rgb(240,44,205); }
td.TdClassName
{
border-color: #F02CCD;
}
.TagClassName
{
border-color: #F02CCD;
}
</style>