Shades of Hollywood Cerise #F008A1
Tints of Hollywood Cerise #F008A1
RGB
CMYK
RGB Variations
Color information
#F008A1 (or 0xF008A1) is known color: Hollywood Cerise. HEX triplet: F0, 08 and A1. RGB value is (240,8,161). Sum of RGB (Red+Green+Blue) = 240+8+161=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F008A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F008A1 is #0FF75E. Grayscale: #5E5E5E. Windows color (decimal): -1046367 or 10553584. OLE color: 10553584.
HSL color Cylindrical-coordinate representation of color #F008A1: hue angle of 320.43º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008A1 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 161 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.06 |
| HSL | 320.43º | 0.94% | 0.49% | - |
| HSV(B) | 320.43º | 0.97% | 0.94% | - |
| XYZ | 42.46 | 21.27 | 35.59 | - |
| YUV | 94.81 | 165.36 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 161 | 0 | 0.97 | 0.33 | 0.06 | 320.43 | 0.94 | 0.49 |
| Hex | F0 | 8 | A1 | 0 | 61 | 21 | 6 | 140 | 5E | 31 |
| Octal | 360 | 10 | 241 | 0 | 141 | 41 | 6 | 500 | 136 | 61 |
| Binary | 11110000 | 1000 | 10100001 | 0 | 1100001 | 100001 | 110 | 101000000 | 1011110 | 110001 |
Color Harmonies of #F008A1
Complementary color
Monochromatic Colors of #F008A1
Black with #F008A1
Text Example
Text Example
White with #F008A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008A1; }
p { color: rgb(240,8,161); }
H1.HeaderClassName
{
color: #F008A1;
}
.AnyTagClassName
{
color: #F008A1;
}
</style>
background-color css
<style>
a { background-color: #F008A1; }
a { background-color: rgb(240,8,161); }
div.DivClassName
{
background-color: #F008A1;
}
.BgClassName
{
background-color: #F008A1;
}
</style>
border-color css
<style>
span { border-color: #F008A1; }
span { border-color: rgb(240,8,161); }
td.TdClassName
{
border-color: #F008A1;
}
.TagClassName
{
border-color: #F008A1;
}
</style>