Shades of Hollywood Cerise #F00FA4
Tints of Hollywood Cerise #F00FA4
RGB
CMYK
RGB Variations
Color information
#F00FA4 (or 0xF00FA4) is known color: Hollywood Cerise. HEX triplet: F0, 0F and A4. RGB value is (240,15,164). Sum of RGB (Red+Green+Blue) = 240+15+164=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FA4 is #0FF05B. Grayscale: #626262. Windows color (decimal): -1044572 or 10751984. OLE color: 10751984.
HSL color Cylindrical-coordinate representation of color #F00FA4: hue angle of 320.27º 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 #F00FA4 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 164 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.06 |
| HSL | 320.27º | 0.88% | 0.5% | - |
| HSV(B) | 320.27º | 0.94% | 0.94% | - |
| XYZ | 42.81 | 21.55 | 37.02 | - |
| YUV | 99.26 | 164.54 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 164 | 0 | 0.94 | 0.32 | 0.06 | 320.27 | 0.88 | 0.5 |
| Hex | F0 | F | A4 | 0 | 5E | 20 | 6 | 140 | 58 | 32 |
| Octal | 360 | 17 | 244 | 0 | 136 | 40 | 6 | 500 | 130 | 62 |
| Binary | 11110000 | 1111 | 10100100 | 0 | 1011110 | 100000 | 110 | 101000000 | 1011000 | 110010 |
Color Harmonies of #F00FA4
Complementary color
Monochromatic Colors of #F00FA4
Black with #F00FA4
Text Example
Text Example
White with #F00FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FA4; }
p { color: rgb(240,15,164); }
H1.HeaderClassName
{
color: #F00FA4;
}
.AnyTagClassName
{
color: #F00FA4;
}
</style>
background-color css
<style>
a { background-color: #F00FA4; }
a { background-color: rgb(240,15,164); }
div.DivClassName
{
background-color: #F00FA4;
}
.BgClassName
{
background-color: #F00FA4;
}
</style>
border-color css
<style>
span { border-color: #F00FA4; }
span { border-color: rgb(240,15,164); }
td.TdClassName
{
border-color: #F00FA4;
}
.TagClassName
{
border-color: #F00FA4;
}
</style>