Shades of Hollywood Cerise #FE00AC
Tints of Hollywood Cerise #FE00AC
RGB
CMYK
RGB Variations
Color information
#FE00AC (or 0xFE00AC) is known color: Hollywood Cerise. HEX triplet: FE, 00 and AC. RGB value is (254,0,172). Sum of RGB (Red+Green+Blue) = 254+0+172=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00AC is #01FF53. Grayscale: #5F5F5F. Windows color (decimal): -130900 or 11272446. OLE color: 11272446.
HSL color Cylindrical-coordinate representation of color #FE00AC: hue angle of 319.37º 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 #FE00AC is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.32 | 0.00 |
| HSL | 319.37º | 1% | 0.5% | - |
| HSV(B) | 319.37º | 1% | 1% | - |
| XYZ | 48.32 | 24.05 | 41.13 | - |
| YUV | 95.55 | 171.15 | 241.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 172 | 0 | 1 | 0.32 | 0.00 | 319.37 | 1 | 0.5 |
| Hex | FE | 0 | AC | 0 | 64 | 20 | 0 | 13F | 64 | 32 |
| Octal | 376 | 0 | 254 | 0 | 144 | 40 | 0 | 477 | 144 | 62 |
| Binary | 11111110 | 0 | 10101100 | 0 | 1100100 | 100000 | 0 | 100111111 | 1100100 | 110010 |
Color Harmonies of #FE00AC
Complementary color
Monochromatic Colors of #FE00AC
Black with #FE00AC
Text Example
Text Example
White with #FE00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00AC; }
p { color: rgb(254,0,172); }
H1.HeaderClassName
{
color: #FE00AC;
}
.AnyTagClassName
{
color: #FE00AC;
}
</style>
background-color css
<style>
a { background-color: #FE00AC; }
a { background-color: rgb(254,0,172); }
div.DivClassName
{
background-color: #FE00AC;
}
.BgClassName
{
background-color: #FE00AC;
}
</style>
border-color css
<style>
span { border-color: #FE00AC; }
span { border-color: rgb(254,0,172); }
td.TdClassName
{
border-color: #FE00AC;
}
.TagClassName
{
border-color: #FE00AC;
}
</style>