Shades of Hollywood Cerise #FF08A5
Tints of Hollywood Cerise #FF08A5
RGB
CMYK
RGB Variations
Color information
#FF08A5 (or 0xFF08A5) is known color: Hollywood Cerise. HEX triplet: FF, 08 and A5. RGB value is (255,8,165). Sum of RGB (Red+Green+Blue) = 255+8+165=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF08A5 is #00F75A. Grayscale: #636363. Windows color (decimal): -63323 or 10815743. OLE color: 10815743.
HSL color Cylindrical-coordinate representation of color #FF08A5: hue angle of 321.86º 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 #FF08A5 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 165 | - |
| CMYK | 0 | 0.97 | 0.35 | 0 |
| HSL | 321.86º | 1% | 0.52% | - |
| HSV(B) | 321.86º | 0.97% | 1% | - |
| XYZ | 48.12 | 24.15 | 37.72 | - |
| YUV | 99.75 | 164.83 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 165 | 0 | 0.97 | 0.35 | 0 | 321.86 | 1 | 0.52 |
| Hex | FF | 8 | A5 | 0 | 61 | 23 | 0 | 142 | 64 | 34 |
| Octal | 377 | 10 | 245 | 0 | 141 | 43 | 0 | 502 | 144 | 64 |
| Binary | 11111111 | 1000 | 10100101 | 0 | 1100001 | 100011 | 0 | 101000010 | 1100100 | 110100 |
Color Harmonies of #FF08A5
Complementary color
Monochromatic Colors of #FF08A5
Black with #FF08A5
Text Example
Text Example
White with #FF08A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08A5; }
p { color: rgb(255,8,165); }
H1.HeaderClassName
{
color: #FF08A5;
}
.AnyTagClassName
{
color: #FF08A5;
}
</style>
background-color css
<style>
a { background-color: #FF08A5; }
a { background-color: rgb(255,8,165); }
div.DivClassName
{
background-color: #FF08A5;
}
.BgClassName
{
background-color: #FF08A5;
}
</style>
border-color css
<style>
span { border-color: #FF08A5; }
span { border-color: rgb(255,8,165); }
td.TdClassName
{
border-color: #FF08A5;
}
.TagClassName
{
border-color: #FF08A5;
}
</style>