Shades of Razzle Dazzle Rose #F021E5
Tints of Razzle Dazzle Rose #F021E5
RGB
CMYK
RGB Variations
Color information
#F021E5 (or 0xF021E5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 21 and E5. RGB value is (240,33,229). Sum of RGB (Red+Green+Blue) = 240+33+229=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F021E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021E5 is #0FDE1A. Grayscale: #747474. Windows color (decimal): -1039899 or 15016432. OLE color: 15016432.
HSL color Cylindrical-coordinate representation of color #F021E5: hue angle of 303.19º 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 #F021E5 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 229 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.06 |
| HSL | 303.19º | 0.87% | 0.54% | - |
| HSV(B) | 303.19º | 0.86% | 0.94% | - |
| XYZ | 50.62 | 25.27 | 76.34 | - |
| YUV | 117.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 229 | 0 | 0.86 | 0.05 | 0.06 | 303.19 | 0.87 | 0.54 |
| Hex | F0 | 21 | E5 | 0 | 56 | 5 | 6 | 12F | 57 | 36 |
| Octal | 360 | 41 | 345 | 0 | 126 | 5 | 6 | 457 | 127 | 66 |
| Binary | 11110000 | 100001 | 11100101 | 0 | 1010110 | 101 | 110 | 100101111 | 1010111 | 110110 |
Color Harmonies of #F021E5
Complementary color
Monochromatic Colors of #F021E5
Black with #F021E5
Text Example
Text Example
White with #F021E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F021E5; }
p { color: rgb(240,33,229); }
H1.HeaderClassName
{
color: #F021E5;
}
.AnyTagClassName
{
color: #F021E5;
}
</style>
background-color css
<style>
a { background-color: #F021E5; }
a { background-color: rgb(240,33,229); }
div.DivClassName
{
background-color: #F021E5;
}
.BgClassName
{
background-color: #F021E5;
}
</style>
border-color css
<style>
span { border-color: #F021E5; }
span { border-color: rgb(240,33,229); }
td.TdClassName
{
border-color: #F021E5;
}
.TagClassName
{
border-color: #F021E5;
}
</style>