Shades of Hollywood Cerise #FF08AF
Tints of Hollywood Cerise #FF08AF
RGB
CMYK
RGB Variations
Color information
#FF08AF (or 0xFF08AF) is known color: Hollywood Cerise. HEX triplet: FF, 08 and AF. RGB value is (255,8,175). Sum of RGB (Red+Green+Blue) = 255+8+175=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF08AF is #00F750. Grayscale: #646464. Windows color (decimal): -63313 or 11471103. OLE color: 11471103.
HSL color Cylindrical-coordinate representation of color #FF08AF: hue angle of 319.43º 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 #FF08AF is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 175 | - |
| CMYK | 0 | 0.97 | 0.31 | 0 |
| HSL | 319.43º | 1% | 0.52% | - |
| HSV(B) | 319.43º | 0.97% | 1% | - |
| XYZ | 49.06 | 24.53 | 42.71 | - |
| YUV | 100.89 | 169.83 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 175 | 0 | 0.97 | 0.31 | 0 | 319.43 | 1 | 0.52 |
| Hex | FF | 8 | AF | 0 | 61 | 1F | 0 | 13F | 64 | 34 |
| Octal | 377 | 10 | 257 | 0 | 141 | 37 | 0 | 477 | 144 | 64 |
| Binary | 11111111 | 1000 | 10101111 | 0 | 1100001 | 11111 | 0 | 100111111 | 1100100 | 110100 |
Color Harmonies of #FF08AF
Complementary color
Monochromatic Colors of #FF08AF
Black with #FF08AF
Text Example
Text Example
White with #FF08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08AF; }
p { color: rgb(255,8,175); }
H1.HeaderClassName
{
color: #FF08AF;
}
.AnyTagClassName
{
color: #FF08AF;
}
</style>
background-color css
<style>
a { background-color: #FF08AF; }
a { background-color: rgb(255,8,175); }
div.DivClassName
{
background-color: #FF08AF;
}
.BgClassName
{
background-color: #FF08AF;
}
</style>
border-color css
<style>
span { border-color: #FF08AF; }
span { border-color: rgb(255,8,175); }
td.TdClassName
{
border-color: #FF08AF;
}
.TagClassName
{
border-color: #FF08AF;
}
</style>