Shades of Hollywood Cerise #FE00AB
Tints of Hollywood Cerise #FE00AB
RGB
CMYK
RGB Variations
Color information
#FE00AB (or 0xFE00AB) is known color: Hollywood Cerise. HEX triplet: FE, 00 and AB. RGB value is (254,0,171). Sum of RGB (Red+Green+Blue) = 254+0+171=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00AB is #01FF54. Grayscale: #5F5F5F. Windows color (decimal): -130901 or 11206910. OLE color: 11206910.
HSL color Cylindrical-coordinate representation of color #FE00AB: 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 #FE00AB is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.33 | 0.00 |
| HSL | 319.61º | 1% | 0.5% | - |
| HSV(B) | 319.61º | 1% | 1% | - |
| XYZ | 48.22 | 24.01 | 40.62 | - |
| YUV | 95.44 | 170.65 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 171 | 0 | 1 | 0.33 | 0.00 | 319.61 | 1 | 0.5 |
| Hex | FE | 0 | AB | 0 | 64 | 21 | 0 | 140 | 64 | 32 |
| Octal | 376 | 0 | 253 | 0 | 144 | 41 | 0 | 500 | 144 | 62 |
| Binary | 11111110 | 0 | 10101011 | 0 | 1100100 | 100001 | 0 | 101000000 | 1100100 | 110010 |
Color Harmonies of #FE00AB
Complementary color
Monochromatic Colors of #FE00AB
Black with #FE00AB
Text Example
Text Example
White with #FE00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00AB; }
p { color: rgb(254,0,171); }
H1.HeaderClassName
{
color: #FE00AB;
}
.AnyTagClassName
{
color: #FE00AB;
}
</style>
background-color css
<style>
a { background-color: #FE00AB; }
a { background-color: rgb(254,0,171); }
div.DivClassName
{
background-color: #FE00AB;
}
.BgClassName
{
background-color: #FE00AB;
}
</style>
border-color css
<style>
span { border-color: #FE00AB; }
span { border-color: rgb(254,0,171); }
td.TdClassName
{
border-color: #FE00AB;
}
.TagClassName
{
border-color: #FE00AB;
}
</style>