Shades of Hollywood Cerise #FE02AF
Tints of Hollywood Cerise #FE02AF
RGB
CMYK
RGB Variations
Color information
#FE02AF (or 0xFE02AF) is known color: Hollywood Cerise. HEX triplet: FE, 02 and AF. RGB value is (254,2,175). Sum of RGB (Red+Green+Blue) = 254+2+175=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE02AF is #01FD50. Grayscale: #606060. Windows color (decimal): -130385 or 11469566. OLE color: 11469566.
HSL color Cylindrical-coordinate representation of color #FE02AF: hue angle of 318.81º 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 #FE02AF is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.00 |
| HSL | 318.81º | 0.99% | 0.5% | - |
| HSV(B) | 318.81º | 0.99% | 1% | - |
| XYZ | 48.63 | 24.21 | 42.67 | - |
| YUV | 97.07 | 171.99 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 175 | 0 | 0.99 | 0.31 | 0.00 | 318.81 | 0.99 | 0.5 |
| Hex | FE | 2 | AF | 0 | 63 | 1F | 0 | 13F | 63 | 32 |
| Octal | 376 | 2 | 257 | 0 | 143 | 37 | 0 | 477 | 143 | 62 |
| Binary | 11111110 | 10 | 10101111 | 0 | 1100011 | 11111 | 0 | 100111111 | 1100011 | 110010 |
Color Harmonies of #FE02AF
Complementary color
Monochromatic Colors of #FE02AF
Black with #FE02AF
Text Example
Text Example
White with #FE02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02AF; }
p { color: rgb(254,2,175); }
H1.HeaderClassName
{
color: #FE02AF;
}
.AnyTagClassName
{
color: #FE02AF;
}
</style>
background-color css
<style>
a { background-color: #FE02AF; }
a { background-color: rgb(254,2,175); }
div.DivClassName
{
background-color: #FE02AF;
}
.BgClassName
{
background-color: #FE02AF;
}
</style>
border-color css
<style>
span { border-color: #FE02AF; }
span { border-color: rgb(254,2,175); }
td.TdClassName
{
border-color: #FE02AF;
}
.TagClassName
{
border-color: #FE02AF;
}
</style>