Shades of Hollywood Cerise #FE02A3
Tints of Hollywood Cerise #FE02A3
RGB
CMYK
RGB Variations
Color information
#FE02A3 (or 0xFE02A3) is known color: Hollywood Cerise. HEX triplet: FE, 02 and A3. RGB value is (254,2,163). Sum of RGB (Red+Green+Blue) = 254+2+163=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE02A3 is #01FD5C. Grayscale: #5F5F5F. Windows color (decimal): -130397 or 10683134. OLE color: 10683134.
HSL color Cylindrical-coordinate representation of color #FE02A3: hue angle of 321.67º 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 #FE02A3 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 163 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.00 |
| HSL | 321.67º | 0.99% | 0.5% | - |
| HSV(B) | 321.67º | 0.99% | 1% | - |
| XYZ | 47.51 | 23.76 | 36.73 | - |
| YUV | 95.7 | 165.99 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 163 | 0 | 0.99 | 0.36 | 0.00 | 321.67 | 0.99 | 0.5 |
| Hex | FE | 2 | A3 | 0 | 63 | 24 | 0 | 142 | 63 | 32 |
| Octal | 376 | 2 | 243 | 0 | 143 | 44 | 0 | 502 | 143 | 62 |
| Binary | 11111110 | 10 | 10100011 | 0 | 1100011 | 100100 | 0 | 101000010 | 1100011 | 110010 |
Color Harmonies of #FE02A3
Complementary color
Monochromatic Colors of #FE02A3
Black with #FE02A3
Text Example
Text Example
White with #FE02A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02A3; }
p { color: rgb(254,2,163); }
H1.HeaderClassName
{
color: #FE02A3;
}
.AnyTagClassName
{
color: #FE02A3;
}
</style>
background-color css
<style>
a { background-color: #FE02A3; }
a { background-color: rgb(254,2,163); }
div.DivClassName
{
background-color: #FE02A3;
}
.BgClassName
{
background-color: #FE02A3;
}
</style>
border-color css
<style>
span { border-color: #FE02A3; }
span { border-color: rgb(254,2,163); }
td.TdClassName
{
border-color: #FE02A3;
}
.TagClassName
{
border-color: #FE02A3;
}
</style>