Shades of Hollywood Cerise #FF07A0
Tints of Hollywood Cerise #FF07A0
RGB
CMYK
RGB Variations
Color information
#FF07A0 (or 0xFF07A0) is known color: Hollywood Cerise. HEX triplet: FF, 07 and A0. RGB value is (255,7,160). Sum of RGB (Red+Green+Blue) = 255+7+160=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF07A0 is #00F85F. Grayscale: #626262. Windows color (decimal): -63584 or 10487807. OLE color: 10487807.
HSL color Cylindrical-coordinate representation of color #FF07A0: hue angle of 322.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.37 | 0 |
| HSL | 322.98º | 1% | 0.51% | - |
| HSV(B) | 322.98º | 0.97% | 1% | - |
| XYZ | 47.66 | 23.95 | 35.37 | - |
| YUV | 98.59 | 162.66 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 160 | 0 | 0.97 | 0.37 | 0 | 322.98 | 1 | 0.51 |
| Hex | FF | 7 | A0 | 0 | 61 | 25 | 0 | 143 | 64 | 33 |
| Octal | 377 | 7 | 240 | 0 | 141 | 45 | 0 | 503 | 144 | 63 |
| Binary | 11111111 | 111 | 10100000 | 0 | 1100001 | 100101 | 0 | 101000011 | 1100100 | 110011 |
Color Harmonies of #FF07A0
Complementary color
Monochromatic Colors of #FF07A0
Black with #FF07A0
Text Example
Text Example
White with #FF07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07A0; }
p { color: rgb(255,7,160); }
H1.HeaderClassName
{
color: #FF07A0;
}
.AnyTagClassName
{
color: #FF07A0;
}
</style>
background-color css
<style>
a { background-color: #FF07A0; }
a { background-color: rgb(255,7,160); }
div.DivClassName
{
background-color: #FF07A0;
}
.BgClassName
{
background-color: #FF07A0;
}
</style>
border-color css
<style>
span { border-color: #FF07A0; }
span { border-color: rgb(255,7,160); }
td.TdClassName
{
border-color: #FF07A0;
}
.TagClassName
{
border-color: #FF07A0;
}
</style>