Shades of Razzle Dazzle Rose #F024DD
Tints of Razzle Dazzle Rose #F024DD
RGB
CMYK
RGB Variations
Color information
#F024DD (or 0xF024DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and DD. RGB value is (240,36,221). Sum of RGB (Red+Green+Blue) = 240+36+221=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F024DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024DD is #0FDB22. Grayscale: #757575. Windows color (decimal): -1039139 or 14492912. OLE color: 14492912.
HSL color Cylindrical-coordinate representation of color #F024DD: hue angle of 305.59º 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 #F024DD is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 221 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.06 |
| HSL | 305.59º | 0.87% | 0.54% | - |
| HSV(B) | 305.59º | 0.85% | 0.94% | - |
| XYZ | 49.62 | 25.01 | 70.62 | - |
| YUV | 118.09 | 186.09 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 221 | 0 | 0.85 | 0.08 | 0.06 | 305.59 | 0.87 | 0.54 |
| Hex | F0 | 24 | DD | 0 | 55 | 8 | 6 | 132 | 57 | 36 |
| Octal | 360 | 44 | 335 | 0 | 125 | 10 | 6 | 462 | 127 | 66 |
| Binary | 11110000 | 100100 | 11011101 | 0 | 1010101 | 1000 | 110 | 100110010 | 1010111 | 110110 |
Color Harmonies of #F024DD
Complementary color
Monochromatic Colors of #F024DD
Black with #F024DD
Text Example
Text Example
White with #F024DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024DD; }
p { color: rgb(240,36,221); }
H1.HeaderClassName
{
color: #F024DD;
}
.AnyTagClassName
{
color: #F024DD;
}
</style>
background-color css
<style>
a { background-color: #F024DD; }
a { background-color: rgb(240,36,221); }
div.DivClassName
{
background-color: #F024DD;
}
.BgClassName
{
background-color: #F024DD;
}
</style>
border-color css
<style>
span { border-color: #F024DD; }
span { border-color: rgb(240,36,221); }
td.TdClassName
{
border-color: #F024DD;
}
.TagClassName
{
border-color: #F024DD;
}
</style>