Shades of Hollywood Cerise #FF01AC
Tints of Hollywood Cerise #FF01AC
RGB
CMYK
RGB Variations
Color information
#FF01AC (or 0xFF01AC) is known color: Hollywood Cerise. HEX triplet: FF, 01 and AC. RGB value is (255,1,172). Sum of RGB (Red+Green+Blue) = 255+1+172=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01AC is #00FE53. Grayscale: #606060. Windows color (decimal): -65108 or 11272703. OLE color: 11272703.
HSL color Cylindrical-coordinate representation of color #FF01AC: hue angle of 319.61º 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 #FF01AC is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 172 | - |
| CMYK | 0 | 1.00 | 0.33 | 0 |
| HSL | 319.61º | 1% | 0.5% | - |
| HSV(B) | 319.61º | 1% | 1% | - |
| XYZ | 48.7 | 24.26 | 41.15 | - |
| YUV | 96.44 | 170.65 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 172 | 0 | 1.00 | 0.33 | 0 | 319.61 | 1 | 0.5 |
| Hex | FF | 1 | AC | 0 | 64 | 21 | 0 | 140 | 64 | 32 |
| Octal | 377 | 1 | 254 | 0 | 144 | 41 | 0 | 500 | 144 | 62 |
| Binary | 11111111 | 1 | 10101100 | 0 | 1100100 | 100001 | 0 | 101000000 | 1100100 | 110010 |
Color Harmonies of #FF01AC
Complementary color
Monochromatic Colors of #FF01AC
Black with #FF01AC
Text Example
Text Example
White with #FF01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01AC; }
p { color: rgb(255,1,172); }
H1.HeaderClassName
{
color: #FF01AC;
}
.AnyTagClassName
{
color: #FF01AC;
}
</style>
background-color css
<style>
a { background-color: #FF01AC; }
a { background-color: rgb(255,1,172); }
div.DivClassName
{
background-color: #FF01AC;
}
.BgClassName
{
background-color: #FF01AC;
}
</style>
border-color css
<style>
span { border-color: #FF01AC; }
span { border-color: rgb(255,1,172); }
td.TdClassName
{
border-color: #FF01AC;
}
.TagClassName
{
border-color: #FF01AC;
}
</style>