Shades of Hollywood Cerise #F00AAC
Tints of Hollywood Cerise #F00AAC
RGB
CMYK
RGB Variations
Color information
#F00AAC (or 0xF00AAC) is known color: Hollywood Cerise. HEX triplet: F0, 0A and AC. RGB value is (240,10,172). Sum of RGB (Red+Green+Blue) = 240+10+172=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AAC is #0FF553. Grayscale: #606060. Windows color (decimal): -1045844 or 11274992. OLE color: 11274992.
HSL color Cylindrical-coordinate representation of color #F00AAC: hue angle of 317.74º 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 #F00AAC is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 172 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.06 |
| HSL | 317.74º | 0.92% | 0.49% | - |
| HSV(B) | 317.74º | 0.96% | 0.94% | - |
| XYZ | 43.49 | 21.72 | 40.93 | - |
| YUV | 97.24 | 170.2 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 172 | 0 | 0.96 | 0.28 | 0.06 | 317.74 | 0.92 | 0.49 |
| Hex | F0 | A | AC | 0 | 60 | 1C | 6 | 13E | 5C | 31 |
| Octal | 360 | 12 | 254 | 0 | 140 | 34 | 6 | 476 | 134 | 61 |
| Binary | 11110000 | 1010 | 10101100 | 0 | 1100000 | 11100 | 110 | 100111110 | 1011100 | 110001 |
Color Harmonies of #F00AAC
Complementary color
Monochromatic Colors of #F00AAC
Black with #F00AAC
Text Example
Text Example
White with #F00AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AAC; }
p { color: rgb(240,10,172); }
H1.HeaderClassName
{
color: #F00AAC;
}
.AnyTagClassName
{
color: #F00AAC;
}
</style>
background-color css
<style>
a { background-color: #F00AAC; }
a { background-color: rgb(240,10,172); }
div.DivClassName
{
background-color: #F00AAC;
}
.BgClassName
{
background-color: #F00AAC;
}
</style>
border-color css
<style>
span { border-color: #F00AAC; }
span { border-color: rgb(240,10,172); }
td.TdClassName
{
border-color: #F00AAC;
}
.TagClassName
{
border-color: #F00AAC;
}
</style>