Shades of Hollywood Cerise #F00DAB
Tints of Hollywood Cerise #F00DAB
RGB
CMYK
RGB Variations
Color information
#F00DAB (or 0xF00DAB) is known color: Hollywood Cerise. HEX triplet: F0, 0D and AB. RGB value is (240,13,171). Sum of RGB (Red+Green+Blue) = 240+13+171=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00DAB is #0FF254. Grayscale: #626262. Windows color (decimal): -1045077 or 11210224. OLE color: 11210224.
HSL color Cylindrical-coordinate representation of color #F00DAB: hue angle of 318.24º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DAB is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 171 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.06 |
| HSL | 318.24º | 0.9% | 0.5% | - |
| HSV(B) | 318.24º | 0.95% | 0.94% | - |
| XYZ | 43.43 | 21.75 | 40.44 | - |
| YUV | 98.89 | 168.71 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 171 | 0 | 0.95 | 0.29 | 0.06 | 318.24 | 0.9 | 0.5 |
| Hex | F0 | D | AB | 0 | 5F | 1D | 6 | 13E | 5A | 32 |
| Octal | 360 | 15 | 253 | 0 | 137 | 35 | 6 | 476 | 132 | 62 |
| Binary | 11110000 | 1101 | 10101011 | 0 | 1011111 | 11101 | 110 | 100111110 | 1011010 | 110010 |
Color Harmonies of #F00DAB
Complementary color
Monochromatic Colors of #F00DAB
Black with #F00DAB
Text Example
Text Example
White with #F00DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DAB; }
p { color: rgb(240,13,171); }
H1.HeaderClassName
{
color: #F00DAB;
}
.AnyTagClassName
{
color: #F00DAB;
}
</style>
background-color css
<style>
a { background-color: #F00DAB; }
a { background-color: rgb(240,13,171); }
div.DivClassName
{
background-color: #F00DAB;
}
.BgClassName
{
background-color: #F00DAB;
}
</style>
border-color css
<style>
span { border-color: #F00DAB; }
span { border-color: rgb(240,13,171); }
td.TdClassName
{
border-color: #F00DAB;
}
.TagClassName
{
border-color: #F00DAB;
}
</style>