Shades of Hollywood Cerise #F007A0
Tints of Hollywood Cerise #F007A0
RGB
CMYK
RGB Variations
Color information
#F007A0 (or 0xF007A0) is known color: Hollywood Cerise. HEX triplet: F0, 07 and A0. RGB value is (240,7,160). Sum of RGB (Red+Green+Blue) = 240+7+160=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F007A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F007A0 is #0FF85F. Grayscale: #5D5D5D. Windows color (decimal): -1046624 or 10487792. OLE color: 10487792.
HSL color Cylindrical-coordinate representation of color #F007A0: hue angle of 320.6º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007A0 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.06 |
| HSL | 320.6º | 0.94% | 0.48% | - |
| HSV(B) | 320.6º | 0.97% | 0.94% | - |
| XYZ | 42.36 | 21.22 | 35.12 | - |
| YUV | 94.11 | 165.19 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 160 | 0 | 0.97 | 0.33 | 0.06 | 320.6 | 0.94 | 0.48 |
| Hex | F0 | 7 | A0 | 0 | 61 | 21 | 6 | 141 | 5E | 30 |
| Octal | 360 | 7 | 240 | 0 | 141 | 41 | 6 | 501 | 136 | 60 |
| Binary | 11110000 | 111 | 10100000 | 0 | 1100001 | 100001 | 110 | 101000001 | 1011110 | 110000 |
Color Harmonies of #F007A0
Complementary color
Monochromatic Colors of #F007A0
Black with #F007A0
Text Example
Text Example
White with #F007A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007A0; }
p { color: rgb(240,7,160); }
H1.HeaderClassName
{
color: #F007A0;
}
.AnyTagClassName
{
color: #F007A0;
}
</style>
background-color css
<style>
a { background-color: #F007A0; }
a { background-color: rgb(240,7,160); }
div.DivClassName
{
background-color: #F007A0;
}
.BgClassName
{
background-color: #F007A0;
}
</style>
border-color css
<style>
span { border-color: #F007A0; }
span { border-color: rgb(240,7,160); }
td.TdClassName
{
border-color: #F007A0;
}
.TagClassName
{
border-color: #F007A0;
}
</style>