Shades of Hollywood Cerise #FE01B1
Tints of Hollywood Cerise #FE01B1
RGB
CMYK
RGB Variations
Color information
#FE01B1 (or 0xFE01B1) is known color: Hollywood Cerise. HEX triplet: FE, 01 and B1. RGB value is (254,1,177). Sum of RGB (Red+Green+Blue) = 254+1+177=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE01B1 is #01FE4E. Grayscale: #606060. Windows color (decimal): -130639 or 11600382. OLE color: 11600382.
HSL color Cylindrical-coordinate representation of color #FE01B1: hue angle of 318.26º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01B1 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 177 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.00 |
| HSL | 318.26º | 0.99% | 0.5% | - |
| HSV(B) | 318.26º | 1% | 1% | - |
| XYZ | 48.82 | 24.27 | 43.71 | - |
| YUV | 96.71 | 173.32 | 240.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 177 | 0 | 1.00 | 0.30 | 0.00 | 318.26 | 0.99 | 0.5 |
| Hex | FE | 1 | B1 | 0 | 64 | 1E | 0 | 13E | 63 | 32 |
| Octal | 376 | 1 | 261 | 0 | 144 | 36 | 0 | 476 | 143 | 62 |
| Binary | 11111110 | 1 | 10110001 | 0 | 1100100 | 11110 | 0 | 100111110 | 1100011 | 110010 |
Color Harmonies of #FE01B1
Complementary color
Monochromatic Colors of #FE01B1
Black with #FE01B1
Text Example
Text Example
White with #FE01B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01B1; }
p { color: rgb(254,1,177); }
H1.HeaderClassName
{
color: #FE01B1;
}
.AnyTagClassName
{
color: #FE01B1;
}
</style>
background-color css
<style>
a { background-color: #FE01B1; }
a { background-color: rgb(254,1,177); }
div.DivClassName
{
background-color: #FE01B1;
}
.BgClassName
{
background-color: #FE01B1;
}
</style>
border-color css
<style>
span { border-color: #FE01B1; }
span { border-color: rgb(254,1,177); }
td.TdClassName
{
border-color: #FE01B1;
}
.TagClassName
{
border-color: #FE01B1;
}
</style>