Shades of Hollywood Cerise #F00FAA
Tints of Hollywood Cerise #F00FAA
RGB
CMYK
RGB Variations
Color information
#F00FAA (or 0xF00FAA) is known color: Hollywood Cerise. HEX triplet: F0, 0F and AA. RGB value is (240,15,170). Sum of RGB (Red+Green+Blue) = 240+15+170=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FAA is #0FF055. Grayscale: #636363. Windows color (decimal): -1044566 or 11145200. OLE color: 11145200.
HSL color Cylindrical-coordinate representation of color #F00FAA: hue angle of 318.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FAA is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 170 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.06 |
| HSL | 318.67º | 0.88% | 0.5% | - |
| HSV(B) | 318.67º | 0.94% | 0.94% | - |
| XYZ | 43.36 | 21.77 | 39.95 | - |
| YUV | 99.95 | 167.54 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 170 | 0 | 0.94 | 0.29 | 0.06 | 318.67 | 0.88 | 0.5 |
| Hex | F0 | F | AA | 0 | 5E | 1D | 6 | 13F | 58 | 32 |
| Octal | 360 | 17 | 252 | 0 | 136 | 35 | 6 | 477 | 130 | 62 |
| Binary | 11110000 | 1111 | 10101010 | 0 | 1011110 | 11101 | 110 | 100111111 | 1011000 | 110010 |
Color Harmonies of #F00FAA
Complementary color
Monochromatic Colors of #F00FAA
Black with #F00FAA
Text Example
Text Example
White with #F00FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FAA; }
p { color: rgb(240,15,170); }
H1.HeaderClassName
{
color: #F00FAA;
}
.AnyTagClassName
{
color: #F00FAA;
}
</style>
background-color css
<style>
a { background-color: #F00FAA; }
a { background-color: rgb(240,15,170); }
div.DivClassName
{
background-color: #F00FAA;
}
.BgClassName
{
background-color: #F00FAA;
}
</style>
border-color css
<style>
span { border-color: #F00FAA; }
span { border-color: rgb(240,15,170); }
td.TdClassName
{
border-color: #F00FAA;
}
.TagClassName
{
border-color: #F00FAA;
}
</style>