Shades of Hollywood Cerise #FE07A0
Tints of Hollywood Cerise #FE07A0
RGB
CMYK
RGB Variations
Color information
#FE07A0 (or 0xFE07A0) is known color: Hollywood Cerise. HEX triplet: FE, 07 and A0. RGB value is (254,7,160). Sum of RGB (Red+Green+Blue) = 254+7+160=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07A0 is #01F85F. Grayscale: #616161. Windows color (decimal): -129120 or 10487806. OLE color: 10487806.
HSL color Cylindrical-coordinate representation of color #FE07A0: hue angle of 322.83º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.00 |
| HSL | 322.83º | 0.99% | 0.51% | - |
| HSV(B) | 322.83º | 0.97% | 1% | - |
| XYZ | 47.29 | 23.76 | 35.35 | - |
| YUV | 98.3 | 162.83 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 160 | 0 | 0.97 | 0.37 | 0.00 | 322.83 | 0.99 | 0.51 |
| Hex | FE | 7 | A0 | 0 | 61 | 25 | 0 | 143 | 63 | 33 |
| Octal | 376 | 7 | 240 | 0 | 141 | 45 | 0 | 503 | 143 | 63 |
| Binary | 11111110 | 111 | 10100000 | 0 | 1100001 | 100101 | 0 | 101000011 | 1100011 | 110011 |
Color Harmonies of #FE07A0
Complementary color
Monochromatic Colors of #FE07A0
Black with #FE07A0
Text Example
Text Example
White with #FE07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07A0; }
p { color: rgb(254,7,160); }
H1.HeaderClassName
{
color: #FE07A0;
}
.AnyTagClassName
{
color: #FE07A0;
}
</style>
background-color css
<style>
a { background-color: #FE07A0; }
a { background-color: rgb(254,7,160); }
div.DivClassName
{
background-color: #FE07A0;
}
.BgClassName
{
background-color: #FE07A0;
}
</style>
border-color css
<style>
span { border-color: #FE07A0; }
span { border-color: rgb(254,7,160); }
td.TdClassName
{
border-color: #FE07A0;
}
.TagClassName
{
border-color: #FE07A0;
}
</style>