Shades of Hollywood Cerise #FF08AA
Tints of Hollywood Cerise #FF08AA
RGB
CMYK
RGB Variations
Color information
#FF08AA (or 0xFF08AA) is known color: Hollywood Cerise. HEX triplet: FF, 08 and AA. RGB value is (255,8,170). Sum of RGB (Red+Green+Blue) = 255+8+170=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF08AA is #00F755. Grayscale: #636363. Windows color (decimal): -63318 or 11143423. OLE color: 11143423.
HSL color Cylindrical-coordinate representation of color #FF08AA: hue angle of 320.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08AA is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 170 | - |
| CMYK | 0 | 0.97 | 0.33 | 0 |
| HSL | 320.65º | 1% | 0.52% | - |
| HSV(B) | 320.65º | 0.97% | 1% | - |
| XYZ | 48.58 | 24.34 | 40.17 | - |
| YUV | 100.32 | 167.33 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 170 | 0 | 0.97 | 0.33 | 0 | 320.65 | 1 | 0.52 |
| Hex | FF | 8 | AA | 0 | 61 | 21 | 0 | 141 | 64 | 34 |
| Octal | 377 | 10 | 252 | 0 | 141 | 41 | 0 | 501 | 144 | 64 |
| Binary | 11111111 | 1000 | 10101010 | 0 | 1100001 | 100001 | 0 | 101000001 | 1100100 | 110100 |
Color Harmonies of #FF08AA
Complementary color
Monochromatic Colors of #FF08AA
Black with #FF08AA
Text Example
Text Example
White with #FF08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08AA; }
p { color: rgb(255,8,170); }
H1.HeaderClassName
{
color: #FF08AA;
}
.AnyTagClassName
{
color: #FF08AA;
}
</style>
background-color css
<style>
a { background-color: #FF08AA; }
a { background-color: rgb(255,8,170); }
div.DivClassName
{
background-color: #FF08AA;
}
.BgClassName
{
background-color: #FF08AA;
}
</style>
border-color css
<style>
span { border-color: #FF08AA; }
span { border-color: rgb(255,8,170); }
td.TdClassName
{
border-color: #FF08AA;
}
.TagClassName
{
border-color: #FF08AA;
}
</style>