Shades of Razzle Dazzle Rose #F024D0
Tints of Razzle Dazzle Rose #F024D0
RGB
CMYK
RGB Variations
Color information
#F024D0 (or 0xF024D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and D0. RGB value is (240,36,208). Sum of RGB (Red+Green+Blue) = 240+36+208=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F024D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024D0 is #0FDB2F. Grayscale: #747474. Windows color (decimal): -1039152 or 13640944. OLE color: 13640944.
HSL color Cylindrical-coordinate representation of color #F024D0: hue angle of 309.41º 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 #F024D0 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 208 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.06 |
| HSL | 309.41º | 0.87% | 0.54% | - |
| HSV(B) | 309.41º | 0.85% | 0.94% | - |
| XYZ | 47.95 | 24.34 | 61.85 | - |
| YUV | 116.6 | 179.59 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 208 | 0 | 0.85 | 0.13 | 0.06 | 309.41 | 0.87 | 0.54 |
| Hex | F0 | 24 | D0 | 0 | 55 | D | 6 | 135 | 57 | 36 |
| Octal | 360 | 44 | 320 | 0 | 125 | 15 | 6 | 465 | 127 | 66 |
| Binary | 11110000 | 100100 | 11010000 | 0 | 1010101 | 1101 | 110 | 100110101 | 1010111 | 110110 |
Color Harmonies of #F024D0
Complementary color
Monochromatic Colors of #F024D0
Black with #F024D0
Text Example
Text Example
White with #F024D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024D0; }
p { color: rgb(240,36,208); }
H1.HeaderClassName
{
color: #F024D0;
}
.AnyTagClassName
{
color: #F024D0;
}
</style>
background-color css
<style>
a { background-color: #F024D0; }
a { background-color: rgb(240,36,208); }
div.DivClassName
{
background-color: #F024D0;
}
.BgClassName
{
background-color: #F024D0;
}
</style>
border-color css
<style>
span { border-color: #F024D0; }
span { border-color: rgb(240,36,208); }
td.TdClassName
{
border-color: #F024D0;
}
.TagClassName
{
border-color: #F024D0;
}
</style>