Shades of Hollywood Cerise #FE07AB
Tints of Hollywood Cerise #FE07AB
RGB
CMYK
RGB Variations
Color information
#FE07AB (or 0xFE07AB) is known color: Hollywood Cerise. HEX triplet: FE, 07 and AB. RGB value is (254,7,171). Sum of RGB (Red+Green+Blue) = 254+7+171=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE07AB is #01F854. Grayscale: #636363. Windows color (decimal): -129109 or 11208702. OLE color: 11208702.
HSL color Cylindrical-coordinate representation of color #FE07AB: hue angle of 320.16º 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 #FE07AB is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.00 |
| HSL | 320.16º | 0.99% | 0.51% | - |
| HSV(B) | 320.16º | 0.97% | 1% | - |
| XYZ | 48.3 | 24.16 | 40.65 | - |
| YUV | 99.55 | 168.33 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 171 | 0 | 0.97 | 0.33 | 0.00 | 320.16 | 0.99 | 0.51 |
| Hex | FE | 7 | AB | 0 | 61 | 21 | 0 | 140 | 63 | 33 |
| Octal | 376 | 7 | 253 | 0 | 141 | 41 | 0 | 500 | 143 | 63 |
| Binary | 11111110 | 111 | 10101011 | 0 | 1100001 | 100001 | 0 | 101000000 | 1100011 | 110011 |
Color Harmonies of #FE07AB
Complementary color
Monochromatic Colors of #FE07AB
Black with #FE07AB
Text Example
Text Example
White with #FE07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07AB; }
p { color: rgb(254,7,171); }
H1.HeaderClassName
{
color: #FE07AB;
}
.AnyTagClassName
{
color: #FE07AB;
}
</style>
background-color css
<style>
a { background-color: #FE07AB; }
a { background-color: rgb(254,7,171); }
div.DivClassName
{
background-color: #FE07AB;
}
.BgClassName
{
background-color: #FE07AB;
}
</style>
border-color css
<style>
span { border-color: #FE07AB; }
span { border-color: rgb(254,7,171); }
td.TdClassName
{
border-color: #FE07AB;
}
.TagClassName
{
border-color: #FE07AB;
}
</style>