Shades of Hollywood Cerise #FE00A7
Tints of Hollywood Cerise #FE00A7
RGB
CMYK
RGB Variations
Color information
#FE00A7 (or 0xFE00A7) is known color: Hollywood Cerise. HEX triplet: FE, 00 and A7. RGB value is (254,0,167). Sum of RGB (Red+Green+Blue) = 254+0+167=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00A7 is #01FF58. Grayscale: #5E5E5E. Windows color (decimal): -130905 or 10944766. OLE color: 10944766.
HSL color Cylindrical-coordinate representation of color #FE00A7: hue angle of 320.55º 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 #FE00A7 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.34 | 0.00 |
| HSL | 320.55º | 1% | 0.5% | - |
| HSV(B) | 320.55º | 1% | 1% | - |
| XYZ | 47.85 | 23.86 | 38.64 | - |
| YUV | 94.98 | 168.65 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 167 | 0 | 1 | 0.34 | 0.00 | 320.55 | 1 | 0.5 |
| Hex | FE | 0 | A7 | 0 | 64 | 22 | 0 | 141 | 64 | 32 |
| Octal | 376 | 0 | 247 | 0 | 144 | 42 | 0 | 501 | 144 | 62 |
| Binary | 11111110 | 0 | 10100111 | 0 | 1100100 | 100010 | 0 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FE00A7
Complementary color
Monochromatic Colors of #FE00A7
Black with #FE00A7
Text Example
Text Example
White with #FE00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00A7; }
p { color: rgb(254,0,167); }
H1.HeaderClassName
{
color: #FE00A7;
}
.AnyTagClassName
{
color: #FE00A7;
}
</style>
background-color css
<style>
a { background-color: #FE00A7; }
a { background-color: rgb(254,0,167); }
div.DivClassName
{
background-color: #FE00A7;
}
.BgClassName
{
background-color: #FE00A7;
}
</style>
border-color css
<style>
span { border-color: #FE00A7; }
span { border-color: rgb(254,0,167); }
td.TdClassName
{
border-color: #FE00A7;
}
.TagClassName
{
border-color: #FE00A7;
}
</style>