Shades of Hollywood Cerise #FE00A5
Tints of Hollywood Cerise #FE00A5
RGB
CMYK
RGB Variations
Color information
#FE00A5 (or 0xFE00A5) is known color: Hollywood Cerise. HEX triplet: FE, 00 and A5. RGB value is (254,0,165). Sum of RGB (Red+Green+Blue) = 254+0+165=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00A5 is #01FF5A. Grayscale: #5E5E5E. Windows color (decimal): -130907 or 10813694. OLE color: 10813694.
HSL color Cylindrical-coordinate representation of color #FE00A5: hue angle of 321.02º 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 #FE00A5 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.35 | 0.00 |
| HSL | 321.02º | 1% | 0.5% | - |
| HSV(B) | 321.02º | 1% | 1% | - |
| XYZ | 47.66 | 23.79 | 37.68 | - |
| YUV | 94.76 | 167.65 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 165 | 0 | 1 | 0.35 | 0.00 | 321.02 | 1 | 0.5 |
| Hex | FE | 0 | A5 | 0 | 64 | 23 | 0 | 141 | 64 | 32 |
| Octal | 376 | 0 | 245 | 0 | 144 | 43 | 0 | 501 | 144 | 62 |
| Binary | 11111110 | 0 | 10100101 | 0 | 1100100 | 100011 | 0 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FE00A5
Complementary color
Monochromatic Colors of #FE00A5
Black with #FE00A5
Text Example
Text Example
White with #FE00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00A5; }
p { color: rgb(254,0,165); }
H1.HeaderClassName
{
color: #FE00A5;
}
.AnyTagClassName
{
color: #FE00A5;
}
</style>
background-color css
<style>
a { background-color: #FE00A5; }
a { background-color: rgb(254,0,165); }
div.DivClassName
{
background-color: #FE00A5;
}
.BgClassName
{
background-color: #FE00A5;
}
</style>
border-color css
<style>
span { border-color: #FE00A5; }
span { border-color: rgb(254,0,165); }
td.TdClassName
{
border-color: #FE00A5;
}
.TagClassName
{
border-color: #FE00A5;
}
</style>