Shades of Hollywood Cerise #F00AAB
Tints of Hollywood Cerise #F00AAB
RGB
CMYK
RGB Variations
Color information
#F00AAB (or 0xF00AAB) is known color: Hollywood Cerise. HEX triplet: F0, 0A and AB. RGB value is (240,10,171). Sum of RGB (Red+Green+Blue) = 240+10+171=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AAB is #0FF554. Grayscale: #606060. Windows color (decimal): -1045845 or 11209456. OLE color: 11209456.
HSL color Cylindrical-coordinate representation of color #F00AAB: hue angle of 318º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AAB is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.06 |
| HSL | 318º | 0.92% | 0.49% | - |
| HSV(B) | 318º | 0.96% | 0.94% | - |
| XYZ | 43.39 | 21.68 | 40.43 | - |
| YUV | 97.12 | 169.7 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 171 | 0 | 0.96 | 0.29 | 0.06 | 318 | 0.92 | 0.49 |
| Hex | F0 | A | AB | 0 | 60 | 1D | 6 | 13E | 5C | 31 |
| Octal | 360 | 12 | 253 | 0 | 140 | 35 | 6 | 476 | 134 | 61 |
| Binary | 11110000 | 1010 | 10101011 | 0 | 1100000 | 11101 | 110 | 100111110 | 1011100 | 110001 |
Color Harmonies of #F00AAB
Complementary color
Monochromatic Colors of #F00AAB
Black with #F00AAB
Text Example
Text Example
White with #F00AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AAB; }
p { color: rgb(240,10,171); }
H1.HeaderClassName
{
color: #F00AAB;
}
.AnyTagClassName
{
color: #F00AAB;
}
</style>
background-color css
<style>
a { background-color: #F00AAB; }
a { background-color: rgb(240,10,171); }
div.DivClassName
{
background-color: #F00AAB;
}
.BgClassName
{
background-color: #F00AAB;
}
</style>
border-color css
<style>
span { border-color: #F00AAB; }
span { border-color: rgb(240,10,171); }
td.TdClassName
{
border-color: #F00AAB;
}
.TagClassName
{
border-color: #F00AAB;
}
</style>