Shades of Razzle Dazzle Rose #F024D8
Tints of Razzle Dazzle Rose #F024D8
RGB
CMYK
RGB Variations
Color information
#F024D8 (or 0xF024D8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and D8. RGB value is (240,36,216). Sum of RGB (Red+Green+Blue) = 240+36+216=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F024D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024D8 is #0FDB27. Grayscale: #757575. Windows color (decimal): -1039144 or 14165232. OLE color: 14165232.
HSL color Cylindrical-coordinate representation of color #F024D8: hue angle of 307.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 #F024D8 is Cyan = 0, Magento = 0.85, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 216 | - |
| CMYK | 0 | 0.85 | 0.1 | 0.06 |
| HSL | 307.06º | 0.87% | 0.54% | - |
| HSV(B) | 307.06º | 0.85% | 0.94% | - |
| XYZ | 48.96 | 24.74 | 67.16 | - |
| YUV | 117.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 216 | 0 | 0.85 | 0.1 | 0.06 | 307.06 | 0.87 | 0.54 |
| Hex | F0 | 24 | D8 | 0 | 55 | A | 6 | 133 | 57 | 36 |
| Octal | 360 | 44 | 330 | 0 | 125 | 12 | 6 | 463 | 127 | 66 |
| Binary | 11110000 | 100100 | 11011000 | 0 | 1010101 | 1010 | 110 | 100110011 | 1010111 | 110110 |
Color Harmonies of #F024D8
Complementary color
Monochromatic Colors of #F024D8
Black with #F024D8
Text Example
Text Example
White with #F024D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024D8; }
p { color: rgb(240,36,216); }
H1.HeaderClassName
{
color: #F024D8;
}
.AnyTagClassName
{
color: #F024D8;
}
</style>
background-color css
<style>
a { background-color: #F024D8; }
a { background-color: rgb(240,36,216); }
div.DivClassName
{
background-color: #F024D8;
}
.BgClassName
{
background-color: #F024D8;
}
</style>
border-color css
<style>
span { border-color: #F024D8; }
span { border-color: rgb(240,36,216); }
td.TdClassName
{
border-color: #F024D8;
}
.TagClassName
{
border-color: #F024D8;
}
</style>