Shades of Razzle Dazzle Rose #F024C6
Tints of Razzle Dazzle Rose #F024C6
RGB
CMYK
RGB Variations
Color information
#F024C6 (or 0xF024C6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 24 and C6. RGB value is (240,36,198). Sum of RGB (Red+Green+Blue) = 240+36+198=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F024C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024C6 is #0FDB39. Grayscale: #737373. Windows color (decimal): -1039162 or 12985584. OLE color: 12985584.
HSL color Cylindrical-coordinate representation of color #F024C6: hue angle of 312.35º 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 #F024C6 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 198 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.06 |
| HSL | 312.35º | 0.87% | 0.54% | - |
| HSV(B) | 312.35º | 0.85% | 0.94% | - |
| XYZ | 46.76 | 23.86 | 55.57 | - |
| YUV | 115.46 | 174.59 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 198 | 0 | 0.85 | 0.18 | 0.06 | 312.35 | 0.87 | 0.54 |
| Hex | F0 | 24 | C6 | 0 | 55 | 12 | 6 | 138 | 57 | 36 |
| Octal | 360 | 44 | 306 | 0 | 125 | 22 | 6 | 470 | 127 | 66 |
| Binary | 11110000 | 100100 | 11000110 | 0 | 1010101 | 10010 | 110 | 100111000 | 1010111 | 110110 |
Color Harmonies of #F024C6
Complementary color
Monochromatic Colors of #F024C6
Black with #F024C6
Text Example
Text Example
White with #F024C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F024C6; }
p { color: rgb(240,36,198); }
H1.HeaderClassName
{
color: #F024C6;
}
.AnyTagClassName
{
color: #F024C6;
}
</style>
background-color css
<style>
a { background-color: #F024C6; }
a { background-color: rgb(240,36,198); }
div.DivClassName
{
background-color: #F024C6;
}
.BgClassName
{
background-color: #F024C6;
}
</style>
border-color css
<style>
span { border-color: #F024C6; }
span { border-color: rgb(240,36,198); }
td.TdClassName
{
border-color: #F024C6;
}
.TagClassName
{
border-color: #F024C6;
}
</style>