Shades of Hollywood Cerise #FE05A2
Tints of Hollywood Cerise #FE05A2
RGB
CMYK
RGB Variations
Color information
#FE05A2 (or 0xFE05A2) is known color: Hollywood Cerise. HEX triplet: FE, 05 and A2. RGB value is (254,5,162). Sum of RGB (Red+Green+Blue) = 254+5+162=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE05A2 is #01FA5D. Grayscale: #606060. Windows color (decimal): -129630 or 10618366. OLE color: 10618366.
HSL color Cylindrical-coordinate representation of color #FE05A2: hue angle of 322.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05A2 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.00 |
| HSL | 322.17º | 0.99% | 0.51% | - |
| HSV(B) | 322.17º | 0.98% | 1% | - |
| XYZ | 47.45 | 23.79 | 36.27 | - |
| YUV | 97.35 | 164.49 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 162 | 0 | 0.98 | 0.36 | 0.00 | 322.17 | 0.99 | 0.51 |
| Hex | FE | 5 | A2 | 0 | 62 | 24 | 0 | 142 | 63 | 33 |
| Octal | 376 | 5 | 242 | 0 | 142 | 44 | 0 | 502 | 143 | 63 |
| Binary | 11111110 | 101 | 10100010 | 0 | 1100010 | 100100 | 0 | 101000010 | 1100011 | 110011 |
Color Harmonies of #FE05A2
Complementary color
Monochromatic Colors of #FE05A2
Black with #FE05A2
Text Example
Text Example
White with #FE05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05A2; }
p { color: rgb(254,5,162); }
H1.HeaderClassName
{
color: #FE05A2;
}
.AnyTagClassName
{
color: #FE05A2;
}
</style>
background-color css
<style>
a { background-color: #FE05A2; }
a { background-color: rgb(254,5,162); }
div.DivClassName
{
background-color: #FE05A2;
}
.BgClassName
{
background-color: #FE05A2;
}
</style>
border-color css
<style>
span { border-color: #FE05A2; }
span { border-color: rgb(254,5,162); }
td.TdClassName
{
border-color: #FE05A2;
}
.TagClassName
{
border-color: #FE05A2;
}
</style>