Shades of Hollywood Cerise #F00AA4
Tints of Hollywood Cerise #F00AA4
RGB
CMYK
RGB Variations
Color information
#F00AA4 (or 0xF00AA4) is known color: Hollywood Cerise. HEX triplet: F0, 0A and A4. RGB value is (240,10,164). Sum of RGB (Red+Green+Blue) = 240+10+164=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AA4 is #0FF55B. Grayscale: #5F5F5F. Windows color (decimal): -1045852 or 10750704. OLE color: 10750704.
HSL color Cylindrical-coordinate representation of color #F00AA4: hue angle of 319.83º 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 #F00AA4 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 164 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.06 |
| HSL | 319.83º | 0.92% | 0.49% | - |
| HSV(B) | 319.83º | 0.96% | 0.94% | - |
| XYZ | 42.74 | 21.42 | 37 | - |
| YUV | 96.33 | 166.2 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 164 | 0 | 0.96 | 0.32 | 0.06 | 319.83 | 0.92 | 0.49 |
| Hex | F0 | A | A4 | 0 | 60 | 20 | 6 | 140 | 5C | 31 |
| Octal | 360 | 12 | 244 | 0 | 140 | 40 | 6 | 500 | 134 | 61 |
| Binary | 11110000 | 1010 | 10100100 | 0 | 1100000 | 100000 | 110 | 101000000 | 1011100 | 110001 |
Color Harmonies of #F00AA4
Complementary color
Monochromatic Colors of #F00AA4
Black with #F00AA4
Text Example
Text Example
White with #F00AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AA4; }
p { color: rgb(240,10,164); }
H1.HeaderClassName
{
color: #F00AA4;
}
.AnyTagClassName
{
color: #F00AA4;
}
</style>
background-color css
<style>
a { background-color: #F00AA4; }
a { background-color: rgb(240,10,164); }
div.DivClassName
{
background-color: #F00AA4;
}
.BgClassName
{
background-color: #F00AA4;
}
</style>
border-color css
<style>
span { border-color: #F00AA4; }
span { border-color: rgb(240,10,164); }
td.TdClassName
{
border-color: #F00AA4;
}
.TagClassName
{
border-color: #F00AA4;
}
</style>