Shades of Hollywood Cerise #FE00A2
Tints of Hollywood Cerise #FE00A2
RGB
CMYK
RGB Variations
Color information
#FE00A2 (or 0xFE00A2) is known color: Hollywood Cerise. HEX triplet: FE, 00 and A2. RGB value is (254,0,162). Sum of RGB (Red+Green+Blue) = 254+0+162=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00A2 is #01FF5D. Grayscale: #5E5E5E. Windows color (decimal): -130910 or 10617086. OLE color: 10617086.
HSL color Cylindrical-coordinate representation of color #FE00A2: hue angle of 321.73º 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 #FE00A2 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.36 | 0.00 |
| HSL | 321.73º | 1% | 0.5% | - |
| HSV(B) | 321.73º | 1% | 1% | - |
| XYZ | 47.39 | 23.68 | 36.26 | - |
| YUV | 94.41 | 166.15 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 162 | 0 | 1 | 0.36 | 0.00 | 321.73 | 1 | 0.5 |
| Hex | FE | 0 | A2 | 0 | 64 | 24 | 0 | 142 | 64 | 32 |
| Octal | 376 | 0 | 242 | 0 | 144 | 44 | 0 | 502 | 144 | 62 |
| Binary | 11111110 | 0 | 10100010 | 0 | 1100100 | 100100 | 0 | 101000010 | 1100100 | 110010 |
Color Harmonies of #FE00A2
Complementary color
Monochromatic Colors of #FE00A2
Black with #FE00A2
Text Example
Text Example
White with #FE00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00A2; }
p { color: rgb(254,0,162); }
H1.HeaderClassName
{
color: #FE00A2;
}
.AnyTagClassName
{
color: #FE00A2;
}
</style>
background-color css
<style>
a { background-color: #FE00A2; }
a { background-color: rgb(254,0,162); }
div.DivClassName
{
background-color: #FE00A2;
}
.BgClassName
{
background-color: #FE00A2;
}
</style>
border-color css
<style>
span { border-color: #FE00A2; }
span { border-color: rgb(254,0,162); }
td.TdClassName
{
border-color: #FE00A2;
}
.TagClassName
{
border-color: #FE00A2;
}
</style>