Shades of Hollywood Cerise #F700A0
Tints of Hollywood Cerise #F700A0
RGB
CMYK
RGB Variations
Color information
#F700A0 (or 0xF700A0) is known color: Hollywood Cerise. HEX triplet: F7, 00 and A0. RGB value is (247,0,160). Sum of RGB (Red+Green+Blue) = 247+0+160=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F700A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700A0 is #08FF5F. Grayscale: #5B5B5B. Windows color (decimal): -589664 or 10486007. OLE color: 10486007.
HSL color Cylindrical-coordinate representation of color #F700A0: hue angle of 321.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700A0 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.35 | 0.03 |
| HSL | 321.13º | 1% | 0.48% | - |
| HSV(B) | 321.13º | 1% | 0.97% | - |
| XYZ | 44.7 | 22.31 | 35.21 | - |
| YUV | 92.09 | 166.33 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 160 | 0 | 1 | 0.35 | 0.03 | 321.13 | 1 | 0.48 |
| Hex | F7 | 0 | A0 | 0 | 64 | 23 | 3 | 141 | 64 | 30 |
| Octal | 367 | 0 | 240 | 0 | 144 | 43 | 3 | 501 | 144 | 60 |
| Binary | 11110111 | 0 | 10100000 | 0 | 1100100 | 100011 | 11 | 101000001 | 1100100 | 110000 |
Color Harmonies of #F700A0
Complementary color
Monochromatic Colors of #F700A0
Black with #F700A0
Text Example
Text Example
White with #F700A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700A0; }
p { color: rgb(247,0,160); }
H1.HeaderClassName
{
color: #F700A0;
}
.AnyTagClassName
{
color: #F700A0;
}
</style>
background-color css
<style>
a { background-color: #F700A0; }
a { background-color: rgb(247,0,160); }
div.DivClassName
{
background-color: #F700A0;
}
.BgClassName
{
background-color: #F700A0;
}
</style>
border-color css
<style>
span { border-color: #F700A0; }
span { border-color: rgb(247,0,160); }
td.TdClassName
{
border-color: #F700A0;
}
.TagClassName
{
border-color: #F700A0;
}
</style>