Shades of Hollywood Cerise #F207A8
Tints of Hollywood Cerise #F207A8
RGB
CMYK
RGB Variations
Color information
#F207A8 (or 0xF207A8) is known color: Hollywood Cerise. HEX triplet: F2, 07 and A8. RGB value is (242,7,168). Sum of RGB (Red+Green+Blue) = 242+7+168=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F207A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F207A8 is #0DF857. Grayscale: #5F5F5F. Windows color (decimal): -915544 or 11012082. OLE color: 11012082.
HSL color Cylindrical-coordinate representation of color #F207A8: hue angle of 318.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207A8 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 168 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.05 |
| HSL | 318.89º | 0.94% | 0.49% | - |
| HSV(B) | 318.89º | 0.97% | 0.95% | - |
| XYZ | 43.76 | 21.86 | 38.96 | - |
| YUV | 95.62 | 168.86 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 168 | 0 | 0.97 | 0.31 | 0.05 | 318.89 | 0.94 | 0.49 |
| Hex | F2 | 7 | A8 | 0 | 61 | 1F | 5 | 13F | 5E | 31 |
| Octal | 362 | 7 | 250 | 0 | 141 | 37 | 5 | 477 | 136 | 61 |
| Binary | 11110010 | 111 | 10101000 | 0 | 1100001 | 11111 | 101 | 100111111 | 1011110 | 110001 |
Color Harmonies of #F207A8
Complementary color
Monochromatic Colors of #F207A8
Black with #F207A8
Text Example
Text Example
White with #F207A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207A8; }
p { color: rgb(242,7,168); }
H1.HeaderClassName
{
color: #F207A8;
}
.AnyTagClassName
{
color: #F207A8;
}
</style>
background-color css
<style>
a { background-color: #F207A8; }
a { background-color: rgb(242,7,168); }
div.DivClassName
{
background-color: #F207A8;
}
.BgClassName
{
background-color: #F207A8;
}
</style>
border-color css
<style>
span { border-color: #F207A8; }
span { border-color: rgb(242,7,168); }
td.TdClassName
{
border-color: #F207A8;
}
.TagClassName
{
border-color: #F207A8;
}
</style>