Shades of Hollywood Cerise #FF07A2
Tints of Hollywood Cerise #FF07A2
RGB
CMYK
RGB Variations
Color information
#FF07A2 (or 0xFF07A2) is known color: Hollywood Cerise. HEX triplet: FF, 07 and A2. RGB value is (255,7,162). Sum of RGB (Red+Green+Blue) = 255+7+162=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF07A2 is #00F85D. Grayscale: #626262. Windows color (decimal): -63582 or 10618879. OLE color: 10618879.
HSL color Cylindrical-coordinate representation of color #FF07A2: hue angle of 322.5º 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 #FF07A2 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.36 | 0 |
| HSL | 322.5º | 1% | 0.51% | - |
| HSV(B) | 322.5º | 0.97% | 1% | - |
| XYZ | 47.84 | 24.02 | 36.3 | - |
| YUV | 98.82 | 163.66 | 239.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 162 | 0 | 0.97 | 0.36 | 0 | 322.5 | 1 | 0.51 |
| Hex | FF | 7 | A2 | 0 | 61 | 24 | 0 | 142 | 64 | 33 |
| Octal | 377 | 7 | 242 | 0 | 141 | 44 | 0 | 502 | 144 | 63 |
| Binary | 11111111 | 111 | 10100010 | 0 | 1100001 | 100100 | 0 | 101000010 | 1100100 | 110011 |
Color Harmonies of #FF07A2
Complementary color
Monochromatic Colors of #FF07A2
Black with #FF07A2
Text Example
Text Example
White with #FF07A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07A2; }
p { color: rgb(255,7,162); }
H1.HeaderClassName
{
color: #FF07A2;
}
.AnyTagClassName
{
color: #FF07A2;
}
</style>
background-color css
<style>
a { background-color: #FF07A2; }
a { background-color: rgb(255,7,162); }
div.DivClassName
{
background-color: #FF07A2;
}
.BgClassName
{
background-color: #FF07A2;
}
</style>
border-color css
<style>
span { border-color: #FF07A2; }
span { border-color: rgb(255,7,162); }
td.TdClassName
{
border-color: #FF07A2;
}
.TagClassName
{
border-color: #FF07A2;
}
</style>