Shades of Razzle Dazzle Rose #F024E7
Tints of Razzle Dazzle Rose #F024E7
RGB
CMYK
RGB Variations
Color information
#F024E7 (or 0xF024E7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and E7. RGB value is (240,36,231). Sum of RGB (Red+Green+Blue) = 240+36+231=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F024E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F024E7 is #0FDB18. Grayscale: #767676. Windows color (decimal): -1039129 or 15148272. OLE color: 15148272.
HSL color Cylindrical-coordinate representation of color #F024E7: hue angle of 302.65º 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 #F024E7 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 231 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.06 |
| HSL | 302.65º | 0.87% | 0.54% | - |
| HSV(B) | 302.65º | 0.85% | 0.94% | - |
| XYZ | 50.99 | 25.56 | 77.85 | - |
| YUV | 119.23 | 191.09 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 231 | 0 | 0.85 | 0.04 | 0.06 | 302.65 | 0.87 | 0.54 |
| Hex | F0 | 24 | E7 | 0 | 55 | 4 | 6 | 12F | 57 | 36 |
| Octal | 360 | 44 | 347 | 0 | 125 | 4 | 6 | 457 | 127 | 66 |
| Binary | 11110000 | 100100 | 11100111 | 0 | 1010101 | 100 | 110 | 100101111 | 1010111 | 110110 |
Color Harmonies of #F024E7
Complementary color
Monochromatic Colors of #F024E7
Black with #F024E7
Text Example
Text Example
White with #F024E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024E7; }
p { color: rgb(240,36,231); }
H1.HeaderClassName
{
color: #F024E7;
}
.AnyTagClassName
{
color: #F024E7;
}
</style>
background-color css
<style>
a { background-color: #F024E7; }
a { background-color: rgb(240,36,231); }
div.DivClassName
{
background-color: #F024E7;
}
.BgClassName
{
background-color: #F024E7;
}
</style>
border-color css
<style>
span { border-color: #F024E7; }
span { border-color: rgb(240,36,231); }
td.TdClassName
{
border-color: #F024E7;
}
.TagClassName
{
border-color: #F024E7;
}
</style>