Shades of Hollywood Cerise #FE07A1
Tints of Hollywood Cerise #FE07A1
RGB
CMYK
RGB Variations
Color information
#FE07A1 (or 0xFE07A1) is known color: Hollywood Cerise. HEX triplet: FE, 07 and A1. RGB value is (254,7,161). Sum of RGB (Red+Green+Blue) = 254+7+161=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07A1 is #01F85E. Grayscale: #626262. Windows color (decimal): -129119 or 10553342. OLE color: 10553342.
HSL color Cylindrical-coordinate representation of color #FE07A1: hue angle of 322.59º 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 #FE07A1 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 161 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.00 |
| HSL | 322.59º | 0.99% | 0.51% | - |
| HSV(B) | 322.59º | 0.97% | 1% | - |
| XYZ | 47.38 | 23.8 | 35.81 | - |
| YUV | 98.41 | 163.33 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 161 | 0 | 0.97 | 0.37 | 0.00 | 322.59 | 0.99 | 0.51 |
| Hex | FE | 7 | A1 | 0 | 61 | 25 | 0 | 143 | 63 | 33 |
| Octal | 376 | 7 | 241 | 0 | 141 | 45 | 0 | 503 | 143 | 63 |
| Binary | 11111110 | 111 | 10100001 | 0 | 1100001 | 100101 | 0 | 101000011 | 1100011 | 110011 |
Color Harmonies of #FE07A1
Complementary color
Monochromatic Colors of #FE07A1
Black with #FE07A1
Text Example
Text Example
White with #FE07A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07A1; }
p { color: rgb(254,7,161); }
H1.HeaderClassName
{
color: #FE07A1;
}
.AnyTagClassName
{
color: #FE07A1;
}
</style>
background-color css
<style>
a { background-color: #FE07A1; }
a { background-color: rgb(254,7,161); }
div.DivClassName
{
background-color: #FE07A1;
}
.BgClassName
{
background-color: #FE07A1;
}
</style>
border-color css
<style>
span { border-color: #FE07A1; }
span { border-color: rgb(254,7,161); }
td.TdClassName
{
border-color: #FE07A1;
}
.TagClassName
{
border-color: #FE07A1;
}
</style>