Shades of Hollywood Cerise #F00FA2
Tints of Hollywood Cerise #F00FA2
RGB
CMYK
RGB Variations
Color information
#F00FA2 (or 0xF00FA2) is known color: Hollywood Cerise. HEX triplet: F0, 0F and A2. RGB value is (240,15,162). Sum of RGB (Red+Green+Blue) = 240+15+162=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FA2 is #0FF05D. Grayscale: #626262. Windows color (decimal): -1044574 or 10620912. OLE color: 10620912.
HSL color Cylindrical-coordinate representation of color #F00FA2: hue angle of 320.8º 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 #F00FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 162 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.06 |
| HSL | 320.8º | 0.88% | 0.5% | - |
| HSV(B) | 320.8º | 0.94% | 0.94% | - |
| XYZ | 42.63 | 21.48 | 36.08 | - |
| YUV | 99.03 | 163.54 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 162 | 0 | 0.94 | 0.32 | 0.06 | 320.8 | 0.88 | 0.5 |
| Hex | F0 | F | A2 | 0 | 5E | 20 | 6 | 141 | 58 | 32 |
| Octal | 360 | 17 | 242 | 0 | 136 | 40 | 6 | 501 | 130 | 62 |
| Binary | 11110000 | 1111 | 10100010 | 0 | 1011110 | 100000 | 110 | 101000001 | 1011000 | 110010 |
Color Harmonies of #F00FA2
Complementary color
Monochromatic Colors of #F00FA2
Black with #F00FA2
Text Example
Text Example
White with #F00FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FA2; }
p { color: rgb(240,15,162); }
H1.HeaderClassName
{
color: #F00FA2;
}
.AnyTagClassName
{
color: #F00FA2;
}
</style>
background-color css
<style>
a { background-color: #F00FA2; }
a { background-color: rgb(240,15,162); }
div.DivClassName
{
background-color: #F00FA2;
}
.BgClassName
{
background-color: #F00FA2;
}
</style>
border-color css
<style>
span { border-color: #F00FA2; }
span { border-color: rgb(240,15,162); }
td.TdClassName
{
border-color: #F00FA2;
}
.TagClassName
{
border-color: #F00FA2;
}
</style>