Shades of Hollywood Cerise #F007A8
Tints of Hollywood Cerise #F007A8
RGB
CMYK
RGB Variations
Color information
#F007A8 (or 0xF007A8) is known color: Hollywood Cerise. HEX triplet: F0, 07 and A8. RGB value is (240,7,168). Sum of RGB (Red+Green+Blue) = 240+7+168=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F007A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F007A8 is #0FF857. Grayscale: #5E5E5E. Windows color (decimal): -1046616 or 11012080. OLE color: 11012080.
HSL color Cylindrical-coordinate representation of color #F007A8: hue angle of 318.54º 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 #F007A8 is Cyan = 0, Magento = 0.97, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 168 | - |
| CMYK | 0 | 0.97 | 0.3 | 0.06 |
| HSL | 318.54º | 0.94% | 0.48% | - |
| HSV(B) | 318.54º | 0.97% | 0.94% | - |
| XYZ | 43.08 | 21.5 | 38.93 | - |
| YUV | 95.02 | 169.19 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 168 | 0 | 0.97 | 0.3 | 0.06 | 318.54 | 0.94 | 0.48 |
| Hex | F0 | 7 | A8 | 0 | 61 | 1E | 6 | 13F | 5E | 30 |
| Octal | 360 | 7 | 250 | 0 | 141 | 36 | 6 | 477 | 136 | 60 |
| Binary | 11110000 | 111 | 10101000 | 0 | 1100001 | 11110 | 110 | 100111111 | 1011110 | 110000 |
Color Harmonies of #F007A8
Complementary color
Monochromatic Colors of #F007A8
Black with #F007A8
Text Example
Text Example
White with #F007A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007A8; }
p { color: rgb(240,7,168); }
H1.HeaderClassName
{
color: #F007A8;
}
.AnyTagClassName
{
color: #F007A8;
}
</style>
background-color css
<style>
a { background-color: #F007A8; }
a { background-color: rgb(240,7,168); }
div.DivClassName
{
background-color: #F007A8;
}
.BgClassName
{
background-color: #F007A8;
}
</style>
border-color css
<style>
span { border-color: #F007A8; }
span { border-color: rgb(240,7,168); }
td.TdClassName
{
border-color: #F007A8;
}
.TagClassName
{
border-color: #F007A8;
}
</style>