Shades of Razzle Dazzle Rose #F020D9
Tints of Razzle Dazzle Rose #F020D9
RGB
CMYK
RGB Variations
Color information
#F020D9 (or 0xF020D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and D9. RGB value is (240,32,217). Sum of RGB (Red+Green+Blue) = 240+32+217=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F020D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020D9 is #0FDF26. Grayscale: #727272. Windows color (decimal): -1040167 or 14229744. OLE color: 14229744.
HSL color Cylindrical-coordinate representation of color #F020D9: hue angle of 306.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020D9 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 217 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.06 |
| HSL | 306.63º | 0.87% | 0.53% | - |
| HSV(B) | 306.63º | 0.87% | 0.94% | - |
| XYZ | 48.98 | 24.57 | 67.81 | - |
| YUV | 115.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 217 | 0 | 0.87 | 0.10 | 0.06 | 306.63 | 0.87 | 0.53 |
| Hex | F0 | 20 | D9 | 0 | 57 | A | 6 | 133 | 57 | 35 |
| Octal | 360 | 40 | 331 | 0 | 127 | 12 | 6 | 463 | 127 | 65 |
| Binary | 11110000 | 100000 | 11011001 | 0 | 1010111 | 1010 | 110 | 100110011 | 1010111 | 110101 |
Color Harmonies of #F020D9
Complementary color
Monochromatic Colors of #F020D9
Black with #F020D9
Text Example
Text Example
White with #F020D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020D9; }
p { color: rgb(240,32,217); }
H1.HeaderClassName
{
color: #F020D9;
}
.AnyTagClassName
{
color: #F020D9;
}
</style>
background-color css
<style>
a { background-color: #F020D9; }
a { background-color: rgb(240,32,217); }
div.DivClassName
{
background-color: #F020D9;
}
.BgClassName
{
background-color: #F020D9;
}
</style>
border-color css
<style>
span { border-color: #F020D9; }
span { border-color: rgb(240,32,217); }
td.TdClassName
{
border-color: #F020D9;
}
.TagClassName
{
border-color: #F020D9;
}
</style>