Shades of Hollywood Cerise #F00AAA
Tints of Hollywood Cerise #F00AAA
RGB
CMYK
RGB Variations
Color information
#F00AAA (or 0xF00AAA) is known color: Hollywood Cerise. HEX triplet: F0, 0A and AA. RGB value is (240,10,170). Sum of RGB (Red+Green+Blue) = 240+10+170=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AAA is #0FF555. Grayscale: #606060. Windows color (decimal): -1045846 or 11143920. OLE color: 11143920.
HSL color Cylindrical-coordinate representation of color #F00AAA: hue angle of 318.26º 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 #F00AAA is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.06 |
| HSL | 318.26º | 0.92% | 0.49% | - |
| HSV(B) | 318.26º | 0.96% | 0.94% | - |
| XYZ | 43.3 | 21.64 | 39.93 | - |
| YUV | 97.01 | 169.2 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 170 | 0 | 0.96 | 0.29 | 0.06 | 318.26 | 0.92 | 0.49 |
| Hex | F0 | A | AA | 0 | 60 | 1D | 6 | 13E | 5C | 31 |
| Octal | 360 | 12 | 252 | 0 | 140 | 35 | 6 | 476 | 134 | 61 |
| Binary | 11110000 | 1010 | 10101010 | 0 | 1100000 | 11101 | 110 | 100111110 | 1011100 | 110001 |
Color Harmonies of #F00AAA
Complementary color
Monochromatic Colors of #F00AAA
Black with #F00AAA
Text Example
Text Example
White with #F00AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AAA; }
p { color: rgb(240,10,170); }
H1.HeaderClassName
{
color: #F00AAA;
}
.AnyTagClassName
{
color: #F00AAA;
}
</style>
background-color css
<style>
a { background-color: #F00AAA; }
a { background-color: rgb(240,10,170); }
div.DivClassName
{
background-color: #F00AAA;
}
.BgClassName
{
background-color: #F00AAA;
}
</style>
border-color css
<style>
span { border-color: #F00AAA; }
span { border-color: rgb(240,10,170); }
td.TdClassName
{
border-color: #F00AAA;
}
.TagClassName
{
border-color: #F00AAA;
}
</style>