Shades of Razzle Dazzle Rose #F024CA
Tints of Razzle Dazzle Rose #F024CA
RGB
CMYK
RGB Variations
Color information
#F024CA (or 0xF024CA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and CA. RGB value is (240,36,202). Sum of RGB (Red+Green+Blue) = 240+36+202=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F024CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024CA is #0FDB35. Grayscale: #737373. Windows color (decimal): -1039158 or 13247728. OLE color: 13247728.
HSL color Cylindrical-coordinate representation of color #F024CA: hue angle of 311.18º 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 #F024CA is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 202 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.06 |
| HSL | 311.18º | 0.87% | 0.54% | - |
| HSV(B) | 311.18º | 0.85% | 0.94% | - |
| XYZ | 47.23 | 24.05 | 58.03 | - |
| YUV | 115.92 | 176.59 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 202 | 0 | 0.85 | 0.16 | 0.06 | 311.18 | 0.87 | 0.54 |
| Hex | F0 | 24 | CA | 0 | 55 | 10 | 6 | 137 | 57 | 36 |
| Octal | 360 | 44 | 312 | 0 | 125 | 20 | 6 | 467 | 127 | 66 |
| Binary | 11110000 | 100100 | 11001010 | 0 | 1010101 | 10000 | 110 | 100110111 | 1010111 | 110110 |
Color Harmonies of #F024CA
Complementary color
Monochromatic Colors of #F024CA
Black with #F024CA
Text Example
Text Example
White with #F024CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024CA; }
p { color: rgb(240,36,202); }
H1.HeaderClassName
{
color: #F024CA;
}
.AnyTagClassName
{
color: #F024CA;
}
</style>
background-color css
<style>
a { background-color: #F024CA; }
a { background-color: rgb(240,36,202); }
div.DivClassName
{
background-color: #F024CA;
}
.BgClassName
{
background-color: #F024CA;
}
</style>
border-color css
<style>
span { border-color: #F024CA; }
span { border-color: rgb(240,36,202); }
td.TdClassName
{
border-color: #F024CA;
}
.TagClassName
{
border-color: #F024CA;
}
</style>