Shades of Hollywood Cerise #F704A8
Tints of Hollywood Cerise #F704A8
RGB
CMYK
RGB Variations
Color information
#F704A8 (or 0xF704A8) is known color: Hollywood Cerise. HEX triplet: F7, 04 and A8. RGB value is (247,4,168). Sum of RGB (Red+Green+Blue) = 247+4+168=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F704A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F704A8 is #08FB57. Grayscale: #5E5E5E. Windows color (decimal): -588632 or 11011319. OLE color: 11011319.
HSL color Cylindrical-coordinate representation of color #F704A8: hue angle of 319.51º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F704A8 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.03 |
| HSL | 319.51º | 0.97% | 0.49% | - |
| HSV(B) | 319.51º | 0.98% | 0.97% | - |
| XYZ | 45.47 | 22.69 | 39.03 | - |
| YUV | 95.35 | 169.01 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 168 | 0 | 0.98 | 0.32 | 0.03 | 319.51 | 0.97 | 0.49 |
| Hex | F7 | 4 | A8 | 0 | 62 | 20 | 3 | 140 | 61 | 31 |
| Octal | 367 | 4 | 250 | 0 | 142 | 40 | 3 | 500 | 141 | 61 |
| Binary | 11110111 | 100 | 10101000 | 0 | 1100010 | 100000 | 11 | 101000000 | 1100001 | 110001 |
Color Harmonies of #F704A8
Complementary color
Monochromatic Colors of #F704A8
Black with #F704A8
Text Example
Text Example
White with #F704A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F704A8; }
p { color: rgb(247,4,168); }
H1.HeaderClassName
{
color: #F704A8;
}
.AnyTagClassName
{
color: #F704A8;
}
</style>
background-color css
<style>
a { background-color: #F704A8; }
a { background-color: rgb(247,4,168); }
div.DivClassName
{
background-color: #F704A8;
}
.BgClassName
{
background-color: #F704A8;
}
</style>
border-color css
<style>
span { border-color: #F704A8; }
span { border-color: rgb(247,4,168); }
td.TdClassName
{
border-color: #F704A8;
}
.TagClassName
{
border-color: #F704A8;
}
</style>