Shades of Hollywood Cerise #FF01AF
Tints of Hollywood Cerise #FF01AF
RGB
CMYK
RGB Variations
Color information
#FF01AF (or 0xFF01AF) is known color: Hollywood Cerise. HEX triplet: FF, 01 and AF. RGB value is (255,1,175). Sum of RGB (Red+Green+Blue) = 255+1+175=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01AF is #00FE50. Grayscale: #606060. Windows color (decimal): -65105 or 11469311. OLE color: 11469311.
HSL color Cylindrical-coordinate representation of color #FF01AF: hue angle of 318.9º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01AF is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.31 | 0 |
| HSL | 318.9º | 1% | 0.5% | - |
| HSV(B) | 318.9º | 1% | 1% | - |
| XYZ | 48.99 | 24.38 | 42.68 | - |
| YUV | 96.78 | 172.15 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 175 | 0 | 1.00 | 0.31 | 0 | 318.9 | 1 | 0.5 |
| Hex | FF | 1 | AF | 0 | 64 | 1F | 0 | 13F | 64 | 32 |
| Octal | 377 | 1 | 257 | 0 | 144 | 37 | 0 | 477 | 144 | 62 |
| Binary | 11111111 | 1 | 10101111 | 0 | 1100100 | 11111 | 0 | 100111111 | 1100100 | 110010 |
Color Harmonies of #FF01AF
Complementary color
Monochromatic Colors of #FF01AF
Black with #FF01AF
Text Example
Text Example
White with #FF01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01AF; }
p { color: rgb(255,1,175); }
H1.HeaderClassName
{
color: #FF01AF;
}
.AnyTagClassName
{
color: #FF01AF;
}
</style>
background-color css
<style>
a { background-color: #FF01AF; }
a { background-color: rgb(255,1,175); }
div.DivClassName
{
background-color: #FF01AF;
}
.BgClassName
{
background-color: #FF01AF;
}
</style>
border-color css
<style>
span { border-color: #FF01AF; }
span { border-color: rgb(255,1,175); }
td.TdClassName
{
border-color: #FF01AF;
}
.TagClassName
{
border-color: #FF01AF;
}
</style>