Shades of Hollywood Cerise #F00FAB
Tints of Hollywood Cerise #F00FAB
RGB
CMYK
RGB Variations
Color information
#F00FAB (or 0xF00FAB) is known color: Hollywood Cerise. HEX triplet: F0, 0F and AB. RGB value is (240,15,171). Sum of RGB (Red+Green+Blue) = 240+15+171=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FAB is #0FF054. Grayscale: #636363. Windows color (decimal): -1044565 or 11210736. OLE color: 11210736.
HSL color Cylindrical-coordinate representation of color #F00FAB: hue angle of 318.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FAB is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 171 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.06 |
| HSL | 318.4º | 0.88% | 0.5% | - |
| HSV(B) | 318.4º | 0.94% | 0.94% | - |
| XYZ | 43.46 | 21.81 | 40.45 | - |
| YUV | 100.06 | 168.04 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 171 | 0 | 0.94 | 0.29 | 0.06 | 318.4 | 0.88 | 0.5 |
| Hex | F0 | F | AB | 0 | 5E | 1D | 6 | 13E | 58 | 32 |
| Octal | 360 | 17 | 253 | 0 | 136 | 35 | 6 | 476 | 130 | 62 |
| Binary | 11110000 | 1111 | 10101011 | 0 | 1011110 | 11101 | 110 | 100111110 | 1011000 | 110010 |
Color Harmonies of #F00FAB
Complementary color
Monochromatic Colors of #F00FAB
Black with #F00FAB
Text Example
Text Example
White with #F00FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FAB; }
p { color: rgb(240,15,171); }
H1.HeaderClassName
{
color: #F00FAB;
}
.AnyTagClassName
{
color: #F00FAB;
}
</style>
background-color css
<style>
a { background-color: #F00FAB; }
a { background-color: rgb(240,15,171); }
div.DivClassName
{
background-color: #F00FAB;
}
.BgClassName
{
background-color: #F00FAB;
}
</style>
border-color css
<style>
span { border-color: #F00FAB; }
span { border-color: rgb(240,15,171); }
td.TdClassName
{
border-color: #F00FAB;
}
.TagClassName
{
border-color: #F00FAB;
}
</style>