Shades of Razzle Dazzle Rose #F021E6
Tints of Razzle Dazzle Rose #F021E6
RGB
CMYK
RGB Variations
Color information
#F021E6 (or 0xF021E6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 21 and E6. RGB value is (240,33,230). Sum of RGB (Red+Green+Blue) = 240+33+230=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F021E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021E6 is #0FDE19. Grayscale: #747474. Windows color (decimal): -1039898 or 15081968. OLE color: 15081968.
HSL color Cylindrical-coordinate representation of color #F021E6: hue angle of 302.9º 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 #F021E6 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 230 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.06 |
| HSL | 302.9º | 0.87% | 0.54% | - |
| HSV(B) | 302.9º | 0.86% | 0.94% | - |
| XYZ | 50.76 | 25.33 | 77.08 | - |
| YUV | 117.35 | 191.58 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 230 | 0 | 0.86 | 0.04 | 0.06 | 302.9 | 0.87 | 0.54 |
| Hex | F0 | 21 | E6 | 0 | 56 | 4 | 6 | 12F | 57 | 36 |
| Octal | 360 | 41 | 346 | 0 | 126 | 4 | 6 | 457 | 127 | 66 |
| Binary | 11110000 | 100001 | 11100110 | 0 | 1010110 | 100 | 110 | 100101111 | 1010111 | 110110 |
Color Harmonies of #F021E6
Complementary color
Monochromatic Colors of #F021E6
Black with #F021E6
Text Example
Text Example
White with #F021E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F021E6; }
p { color: rgb(240,33,230); }
H1.HeaderClassName
{
color: #F021E6;
}
.AnyTagClassName
{
color: #F021E6;
}
</style>
background-color css
<style>
a { background-color: #F021E6; }
a { background-color: rgb(240,33,230); }
div.DivClassName
{
background-color: #F021E6;
}
.BgClassName
{
background-color: #F021E6;
}
</style>
border-color css
<style>
span { border-color: #F021E6; }
span { border-color: rgb(240,33,230); }
td.TdClassName
{
border-color: #F021E6;
}
.TagClassName
{
border-color: #F021E6;
}
</style>