Shades of Razzle Dazzle Rose #F024E9
Tints of Razzle Dazzle Rose #F024E9
RGB
CMYK
RGB Variations
Color information
#F024E9 (or 0xF024E9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and E9. RGB value is (240,36,233). Sum of RGB (Red+Green+Blue) = 240+36+233=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 36 (14.45% from 255 or 7.07% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F024E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024E9 is #0FDB16. Grayscale: #767676. Windows color (decimal): -1039127 or 15279344. OLE color: 15279344.
HSL color Cylindrical-coordinate representation of color #F024E9: hue angle of 302.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F024E9 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 233 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.06 |
| HSL | 302.06º | 0.87% | 0.54% | - |
| HSV(B) | 302.06º | 0.85% | 0.94% | - |
| XYZ | 51.27 | 25.67 | 79.34 | - |
| YUV | 119.45 | 192.09 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 233 | 0 | 0.85 | 0.03 | 0.06 | 302.06 | 0.87 | 0.54 |
| Hex | F0 | 24 | E9 | 0 | 55 | 3 | 6 | 12E | 57 | 36 |
| Octal | 360 | 44 | 351 | 0 | 125 | 3 | 6 | 456 | 127 | 66 |
| Binary | 11110000 | 100100 | 11101001 | 0 | 1010101 | 11 | 110 | 100101110 | 1010111 | 110110 |
Color Harmonies of #F024E9
Complementary color
Monochromatic Colors of #F024E9
Black with #F024E9
Text Example
Text Example
White with #F024E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024E9; }
p { color: rgb(240,36,233); }
H1.HeaderClassName
{
color: #F024E9;
}
.AnyTagClassName
{
color: #F024E9;
}
</style>
background-color css
<style>
a { background-color: #F024E9; }
a { background-color: rgb(240,36,233); }
div.DivClassName
{
background-color: #F024E9;
}
.BgClassName
{
background-color: #F024E9;
}
</style>
border-color css
<style>
span { border-color: #F024E9; }
span { border-color: rgb(240,36,233); }
td.TdClassName
{
border-color: #F024E9;
}
.TagClassName
{
border-color: #F024E9;
}
</style>