Shades of Hollywood Cerise #F00AA1
Tints of Hollywood Cerise #F00AA1
RGB
CMYK
RGB Variations
Color information
#F00AA1 (or 0xF00AA1) is known color: Hollywood Cerise. HEX triplet: F0, 0A and A1. RGB value is (240,10,161). Sum of RGB (Red+Green+Blue) = 240+10+161=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AA1 is #0FF55E. Grayscale: #5F5F5F. Windows color (decimal): -1045855 or 10554096. OLE color: 10554096.
HSL color Cylindrical-coordinate representation of color #F00AA1: hue angle of 320.61º 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 #F00AA1 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 161 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.06 |
| HSL | 320.61º | 0.92% | 0.49% | - |
| HSV(B) | 320.61º | 0.96% | 0.94% | - |
| XYZ | 42.48 | 21.32 | 35.59 | - |
| YUV | 95.98 | 164.7 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 161 | 0 | 0.96 | 0.33 | 0.06 | 320.61 | 0.92 | 0.49 |
| Hex | F0 | A | A1 | 0 | 60 | 21 | 6 | 141 | 5C | 31 |
| Octal | 360 | 12 | 241 | 0 | 140 | 41 | 6 | 501 | 134 | 61 |
| Binary | 11110000 | 1010 | 10100001 | 0 | 1100000 | 100001 | 110 | 101000001 | 1011100 | 110001 |
Color Harmonies of #F00AA1
Complementary color
Monochromatic Colors of #F00AA1
Black with #F00AA1
Text Example
Text Example
White with #F00AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AA1; }
p { color: rgb(240,10,161); }
H1.HeaderClassName
{
color: #F00AA1;
}
.AnyTagClassName
{
color: #F00AA1;
}
</style>
background-color css
<style>
a { background-color: #F00AA1; }
a { background-color: rgb(240,10,161); }
div.DivClassName
{
background-color: #F00AA1;
}
.BgClassName
{
background-color: #F00AA1;
}
</style>
border-color css
<style>
span { border-color: #F00AA1; }
span { border-color: rgb(240,10,161); }
td.TdClassName
{
border-color: #F00AA1;
}
.TagClassName
{
border-color: #F00AA1;
}
</style>