Shades of Razzle Dazzle Rose #F023C5
Tints of Razzle Dazzle Rose #F023C5
RGB
CMYK
RGB Variations
Color information
#F023C5 (or 0xF023C5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 23 and C5. RGB value is (240,35,197). Sum of RGB (Red+Green+Blue) = 240+35+197=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F023C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F023C5 is #0FDC3A. Grayscale: #727272. Windows color (decimal): -1039419 or 12919792. OLE color: 12919792.
HSL color Cylindrical-coordinate representation of color #F023C5: hue angle of 312.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 #F023C5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 197 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.06 |
| HSL | 312.59º | 0.87% | 0.54% | - |
| HSV(B) | 312.59º | 0.85% | 0.94% | - |
| XYZ | 46.61 | 23.76 | 54.95 | - |
| YUV | 114.76 | 174.42 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 197 | 0 | 0.85 | 0.18 | 0.06 | 312.59 | 0.87 | 0.54 |
| Hex | F0 | 23 | C5 | 0 | 55 | 12 | 6 | 139 | 57 | 36 |
| Octal | 360 | 43 | 305 | 0 | 125 | 22 | 6 | 471 | 127 | 66 |
| Binary | 11110000 | 100011 | 11000101 | 0 | 1010101 | 10010 | 110 | 100111001 | 1010111 | 110110 |
Color Harmonies of #F023C5
Complementary color
Monochromatic Colors of #F023C5
Black with #F023C5
Text Example
Text Example
White with #F023C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F023C5; }
p { color: rgb(240,35,197); }
H1.HeaderClassName
{
color: #F023C5;
}
.AnyTagClassName
{
color: #F023C5;
}
</style>
background-color css
<style>
a { background-color: #F023C5; }
a { background-color: rgb(240,35,197); }
div.DivClassName
{
background-color: #F023C5;
}
.BgClassName
{
background-color: #F023C5;
}
</style>
border-color css
<style>
span { border-color: #F023C5; }
span { border-color: rgb(240,35,197); }
td.TdClassName
{
border-color: #F023C5;
}
.TagClassName
{
border-color: #F023C5;
}
</style>