Shades of Hollywood Cerise #FE03A2
Tints of Hollywood Cerise #FE03A2
RGB
CMYK
RGB Variations
Color information
#FE03A2 (or 0xFE03A2) is known color: Hollywood Cerise. HEX triplet: FE, 03 and A2. RGB value is (254,3,162). Sum of RGB (Red+Green+Blue) = 254+3+162=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE03A2 is #01FC5D. Grayscale: #5F5F5F. Windows color (decimal): -130142 or 10617854. OLE color: 10617854.
HSL color Cylindrical-coordinate representation of color #FE03A2: hue angle of 321.99º 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 #FE03A2 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.00 |
| HSL | 321.99º | 0.99% | 0.5% | - |
| HSV(B) | 321.99º | 0.99% | 1% | - |
| XYZ | 47.43 | 23.74 | 36.27 | - |
| YUV | 96.18 | 165.16 | 240.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 162 | 0 | 0.99 | 0.36 | 0.00 | 321.99 | 0.99 | 0.5 |
| Hex | FE | 3 | A2 | 0 | 63 | 24 | 0 | 142 | 63 | 32 |
| Octal | 376 | 3 | 242 | 0 | 143 | 44 | 0 | 502 | 143 | 62 |
| Binary | 11111110 | 11 | 10100010 | 0 | 1100011 | 100100 | 0 | 101000010 | 1100011 | 110010 |
Color Harmonies of #FE03A2
Complementary color
Monochromatic Colors of #FE03A2
Black with #FE03A2
Text Example
Text Example
White with #FE03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03A2; }
p { color: rgb(254,3,162); }
H1.HeaderClassName
{
color: #FE03A2;
}
.AnyTagClassName
{
color: #FE03A2;
}
</style>
background-color css
<style>
a { background-color: #FE03A2; }
a { background-color: rgb(254,3,162); }
div.DivClassName
{
background-color: #FE03A2;
}
.BgClassName
{
background-color: #FE03A2;
}
</style>
border-color css
<style>
span { border-color: #FE03A2; }
span { border-color: rgb(254,3,162); }
td.TdClassName
{
border-color: #FE03A2;
}
.TagClassName
{
border-color: #FE03A2;
}
</style>