Shades of Hollywood Cerise #F000A0
Tints of Hollywood Cerise #F000A0
RGB
CMYK
RGB Variations
Color information
#F000A0 (or 0xF000A0) is known color: Hollywood Cerise. HEX triplet: F0, 00 and A0. RGB value is (240,0,160). Sum of RGB (Red+Green+Blue) = 240+0+160=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F000A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F000A0 is #0FFF5F. Grayscale: #595959. Windows color (decimal): -1048416 or 10486000. OLE color: 10486000.
HSL color Cylindrical-coordinate representation of color #F000A0: hue angle of 320º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000A0 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.33 | 0.06 |
| HSL | 320º | 1% | 0.47% | - |
| HSV(B) | 320º | 1% | 0.94% | - |
| XYZ | 42.28 | 21.06 | 35.09 | - |
| YUV | 90 | 167.51 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 160 | 0 | 1 | 0.33 | 0.06 | 320 | 1 | 0.47 |
| Hex | F0 | 0 | A0 | 0 | 64 | 21 | 6 | 140 | 64 | 2F |
| Octal | 360 | 0 | 240 | 0 | 144 | 41 | 6 | 500 | 144 | 57 |
| Binary | 11110000 | 0 | 10100000 | 0 | 1100100 | 100001 | 110 | 101000000 | 1100100 | 101111 |
Color Harmonies of #F000A0
Complementary color
Monochromatic Colors of #F000A0
Black with #F000A0
Text Example
Text Example
White with #F000A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000A0; }
p { color: rgb(240,0,160); }
H1.HeaderClassName
{
color: #F000A0;
}
.AnyTagClassName
{
color: #F000A0;
}
</style>
background-color css
<style>
a { background-color: #F000A0; }
a { background-color: rgb(240,0,160); }
div.DivClassName
{
background-color: #F000A0;
}
.BgClassName
{
background-color: #F000A0;
}
</style>
border-color css
<style>
span { border-color: #F000A0; }
span { border-color: rgb(240,0,160); }
td.TdClassName
{
border-color: #F000A0;
}
.TagClassName
{
border-color: #F000A0;
}
</style>