Shades of Hollywood Cerise #FE02AB
Tints of Hollywood Cerise #FE02AB
RGB
CMYK
RGB Variations
Color information
#FE02AB (or 0xFE02AB) is known color: Hollywood Cerise. HEX triplet: FE, 02 and AB. RGB value is (254,2,171). Sum of RGB (Red+Green+Blue) = 254+2+171=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE02AB is #01FD54. Grayscale: #606060. Windows color (decimal): -130389 or 11207422. OLE color: 11207422.
HSL color Cylindrical-coordinate representation of color #FE02AB: hue angle of 319.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02AB is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.00 |
| HSL | 319.76º | 0.99% | 0.5% | - |
| HSV(B) | 319.76º | 0.99% | 1% | - |
| XYZ | 48.25 | 24.05 | 40.63 | - |
| YUV | 96.61 | 169.99 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 171 | 0 | 0.99 | 0.33 | 0.00 | 319.76 | 0.99 | 0.5 |
| Hex | FE | 2 | AB | 0 | 63 | 21 | 0 | 140 | 63 | 32 |
| Octal | 376 | 2 | 253 | 0 | 143 | 41 | 0 | 500 | 143 | 62 |
| Binary | 11111110 | 10 | 10101011 | 0 | 1100011 | 100001 | 0 | 101000000 | 1100011 | 110010 |
Color Harmonies of #FE02AB
Complementary color
Monochromatic Colors of #FE02AB
Black with #FE02AB
Text Example
Text Example
White with #FE02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02AB; }
p { color: rgb(254,2,171); }
H1.HeaderClassName
{
color: #FE02AB;
}
.AnyTagClassName
{
color: #FE02AB;
}
</style>
background-color css
<style>
a { background-color: #FE02AB; }
a { background-color: rgb(254,2,171); }
div.DivClassName
{
background-color: #FE02AB;
}
.BgClassName
{
background-color: #FE02AB;
}
</style>
border-color css
<style>
span { border-color: #FE02AB; }
span { border-color: rgb(254,2,171); }
td.TdClassName
{
border-color: #FE02AB;
}
.TagClassName
{
border-color: #FE02AB;
}
</style>