Shades of Hollywood Cerise #FF00AC
Tints of Hollywood Cerise #FF00AC
RGB
CMYK
RGB Variations
Color information
#FF00AC (or 0xFF00AC) is known color: Hollywood Cerise. HEX triplet: FF, 00 and AC. RGB value is (255,0,172). Sum of RGB (Red+Green+Blue) = 255+0+172=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00AC is #00FF53. Grayscale: #5F5F5F. Windows color (decimal): -65364 or 11272447. OLE color: 11272447.
HSL color Cylindrical-coordinate representation of color #FF00AC: hue angle of 319.53º 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 #FF00AC is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.33 | 0 |
| HSL | 319.53º | 1% | 0.5% | - |
| HSV(B) | 319.53º | 1% | 1% | - |
| XYZ | 48.69 | 24.24 | 41.14 | - |
| YUV | 95.85 | 170.98 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 172 | 0 | 1 | 0.33 | 0 | 319.53 | 1 | 0.5 |
| Hex | FF | 0 | AC | 0 | 64 | 21 | 0 | 140 | 64 | 32 |
| Octal | 377 | 0 | 254 | 0 | 144 | 41 | 0 | 500 | 144 | 62 |
| Binary | 11111111 | 0 | 10101100 | 0 | 1100100 | 100001 | 0 | 101000000 | 1100100 | 110010 |
Color Harmonies of #FF00AC
Complementary color
Monochromatic Colors of #FF00AC
Black with #FF00AC
Text Example
Text Example
White with #FF00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00AC; }
p { color: rgb(255,0,172); }
H1.HeaderClassName
{
color: #FF00AC;
}
.AnyTagClassName
{
color: #FF00AC;
}
</style>
background-color css
<style>
a { background-color: #FF00AC; }
a { background-color: rgb(255,0,172); }
div.DivClassName
{
background-color: #FF00AC;
}
.BgClassName
{
background-color: #FF00AC;
}
</style>
border-color css
<style>
span { border-color: #FF00AC; }
span { border-color: rgb(255,0,172); }
td.TdClassName
{
border-color: #FF00AC;
}
.TagClassName
{
border-color: #FF00AC;
}
</style>