Shades of Razzle Dazzle Rose #F021D8
Tints of Razzle Dazzle Rose #F021D8
RGB
CMYK
RGB Variations
Color information
#F021D8 (or 0xF021D8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 21 and D8. RGB value is (240,33,216). Sum of RGB (Red+Green+Blue) = 240+33+216=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F021D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021D8 is #0FDE27. Grayscale: #737373. Windows color (decimal): -1039912 or 14164464. OLE color: 14164464.
HSL color Cylindrical-coordinate representation of color #F021D8: hue angle of 306.96º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F021D8 is Cyan = 0, Magento = 0.86, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 216 | - |
| CMYK | 0 | 0.86 | 0.1 | 0.06 |
| HSL | 306.96º | 0.87% | 0.54% | - |
| HSV(B) | 306.96º | 0.86% | 0.94% | - |
| XYZ | 48.87 | 24.57 | 67.13 | - |
| YUV | 115.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 216 | 0 | 0.86 | 0.1 | 0.06 | 306.96 | 0.87 | 0.54 |
| Hex | F0 | 21 | D8 | 0 | 56 | A | 6 | 133 | 57 | 36 |
| Octal | 360 | 41 | 330 | 0 | 126 | 12 | 6 | 463 | 127 | 66 |
| Binary | 11110000 | 100001 | 11011000 | 0 | 1010110 | 1010 | 110 | 100110011 | 1010111 | 110110 |
Color Harmonies of #F021D8
Complementary color
Monochromatic Colors of #F021D8
Black with #F021D8
Text Example
Text Example
White with #F021D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F021D8; }
p { color: rgb(240,33,216); }
H1.HeaderClassName
{
color: #F021D8;
}
.AnyTagClassName
{
color: #F021D8;
}
</style>
background-color css
<style>
a { background-color: #F021D8; }
a { background-color: rgb(240,33,216); }
div.DivClassName
{
background-color: #F021D8;
}
.BgClassName
{
background-color: #F021D8;
}
</style>
border-color css
<style>
span { border-color: #F021D8; }
span { border-color: rgb(240,33,216); }
td.TdClassName
{
border-color: #F021D8;
}
.TagClassName
{
border-color: #F021D8;
}
</style>