Shades of Hollywood Cerise #FF07AA
Tints of Hollywood Cerise #FF07AA
RGB
CMYK
RGB Variations
Color information
#FF07AA (or 0xFF07AA) is known color: Hollywood Cerise. HEX triplet: FF, 07 and AA. RGB value is (255,7,170). Sum of RGB (Red+Green+Blue) = 255+7+170=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF07AA is #00F855. Grayscale: #636363. Windows color (decimal): -63574 or 11143167. OLE color: 11143167.
HSL color Cylindrical-coordinate representation of color #FF07AA: hue angle of 320.56º 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 #FF07AA is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.33 | 0 |
| HSL | 320.56º | 1% | 0.51% | - |
| HSV(B) | 320.56º | 0.97% | 1% | - |
| XYZ | 48.57 | 24.31 | 40.16 | - |
| YUV | 99.73 | 167.66 | 238.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 170 | 0 | 0.97 | 0.33 | 0 | 320.56 | 1 | 0.51 |
| Hex | FF | 7 | AA | 0 | 61 | 21 | 0 | 141 | 64 | 33 |
| Octal | 377 | 7 | 252 | 0 | 141 | 41 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 111 | 10101010 | 0 | 1100001 | 100001 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF07AA
Complementary color
Monochromatic Colors of #FF07AA
Black with #FF07AA
Text Example
Text Example
White with #FF07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07AA; }
p { color: rgb(255,7,170); }
H1.HeaderClassName
{
color: #FF07AA;
}
.AnyTagClassName
{
color: #FF07AA;
}
</style>
background-color css
<style>
a { background-color: #FF07AA; }
a { background-color: rgb(255,7,170); }
div.DivClassName
{
background-color: #FF07AA;
}
.BgClassName
{
background-color: #FF07AA;
}
</style>
border-color css
<style>
span { border-color: #FF07AA; }
span { border-color: rgb(255,7,170); }
td.TdClassName
{
border-color: #FF07AA;
}
.TagClassName
{
border-color: #FF07AA;
}
</style>