Shades of Hollywood Cerise #F000A8
Tints of Hollywood Cerise #F000A8
RGB
CMYK
RGB Variations
Color information
#F000A8 (or 0xF000A8) is known color: Hollywood Cerise. HEX triplet: F0, 00 and A8. RGB value is (240,0,168). Sum of RGB (Red+Green+Blue) = 240+0+168=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F000A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F000A8 is #0FFF57. Grayscale: #5A5A5A. Windows color (decimal): -1048408 or 11010288. OLE color: 11010288.
HSL color Cylindrical-coordinate representation of color #F000A8: hue angle of 318º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000A8 is Cyan = 0, Magento = 1, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.3 | 0.06 |
| HSL | 318º | 1% | 0.47% | - |
| HSV(B) | 318º | 1% | 0.94% | - |
| XYZ | 43 | 21.35 | 38.9 | - |
| YUV | 90.91 | 171.51 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 168 | 0 | 1 | 0.3 | 0.06 | 318 | 1 | 0.47 |
| Hex | F0 | 0 | A8 | 0 | 64 | 1E | 6 | 13E | 64 | 2F |
| Octal | 360 | 0 | 250 | 0 | 144 | 36 | 6 | 476 | 144 | 57 |
| Binary | 11110000 | 0 | 10101000 | 0 | 1100100 | 11110 | 110 | 100111110 | 1100100 | 101111 |
Color Harmonies of #F000A8
Complementary color
Monochromatic Colors of #F000A8
Black with #F000A8
Text Example
Text Example
White with #F000A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000A8; }
p { color: rgb(240,0,168); }
H1.HeaderClassName
{
color: #F000A8;
}
.AnyTagClassName
{
color: #F000A8;
}
</style>
background-color css
<style>
a { background-color: #F000A8; }
a { background-color: rgb(240,0,168); }
div.DivClassName
{
background-color: #F000A8;
}
.BgClassName
{
background-color: #F000A8;
}
</style>
border-color css
<style>
span { border-color: #F000A8; }
span { border-color: rgb(240,0,168); }
td.TdClassName
{
border-color: #F000A8;
}
.TagClassName
{
border-color: #F000A8;
}
</style>