Shades of Hollywood Cerise #F007A2
Tints of Hollywood Cerise #F007A2
RGB
CMYK
RGB Variations
Color information
#F007A2 (or 0xF007A2) is known color: Hollywood Cerise. HEX triplet: F0, 07 and A2. RGB value is (240,7,162). Sum of RGB (Red+Green+Blue) = 240+7+162=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F007A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F007A2 is #0FF85D. Grayscale: #5D5D5D. Windows color (decimal): -1046622 or 10618864. OLE color: 10618864.
HSL color Cylindrical-coordinate representation of color #F007A2: hue angle of 320.09º 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 #F007A2 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.06 |
| HSL | 320.09º | 0.94% | 0.48% | - |
| HSV(B) | 320.09º | 0.97% | 0.94% | - |
| XYZ | 42.53 | 21.29 | 36.05 | - |
| YUV | 94.34 | 166.19 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 162 | 0 | 0.97 | 0.32 | 0.06 | 320.09 | 0.94 | 0.48 |
| Hex | F0 | 7 | A2 | 0 | 61 | 20 | 6 | 140 | 5E | 30 |
| Octal | 360 | 7 | 242 | 0 | 141 | 40 | 6 | 500 | 136 | 60 |
| Binary | 11110000 | 111 | 10100010 | 0 | 1100001 | 100000 | 110 | 101000000 | 1011110 | 110000 |
Color Harmonies of #F007A2
Complementary color
Monochromatic Colors of #F007A2
Black with #F007A2
Text Example
Text Example
White with #F007A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007A2; }
p { color: rgb(240,7,162); }
H1.HeaderClassName
{
color: #F007A2;
}
.AnyTagClassName
{
color: #F007A2;
}
</style>
background-color css
<style>
a { background-color: #F007A2; }
a { background-color: rgb(240,7,162); }
div.DivClassName
{
background-color: #F007A2;
}
.BgClassName
{
background-color: #F007A2;
}
</style>
border-color css
<style>
span { border-color: #F007A2; }
span { border-color: rgb(240,7,162); }
td.TdClassName
{
border-color: #F007A2;
}
.TagClassName
{
border-color: #F007A2;
}
</style>