Shades of Hollywood Cerise #FE08AC
Tints of Hollywood Cerise #FE08AC
RGB
CMYK
RGB Variations
Color information
#FE08AC (or 0xFE08AC) is known color: Hollywood Cerise. HEX triplet: FE, 08 and AC. RGB value is (254,8,172). Sum of RGB (Red+Green+Blue) = 254+8+172=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE08AC is #01F753. Grayscale: #636363. Windows color (decimal): -128852 or 11274494. OLE color: 11274494.
HSL color Cylindrical-coordinate representation of color #FE08AC: hue angle of 320º 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 #FE08AC is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 172 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.00 |
| HSL | 320º | 0.99% | 0.51% | - |
| HSV(B) | 320º | 0.97% | 1% | - |
| XYZ | 48.41 | 24.22 | 41.15 | - |
| YUV | 100.25 | 168.5 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 172 | 0 | 0.97 | 0.32 | 0.00 | 320 | 0.99 | 0.51 |
| Hex | FE | 8 | AC | 0 | 61 | 20 | 0 | 140 | 63 | 33 |
| Octal | 376 | 10 | 254 | 0 | 141 | 40 | 0 | 500 | 143 | 63 |
| Binary | 11111110 | 1000 | 10101100 | 0 | 1100001 | 100000 | 0 | 101000000 | 1100011 | 110011 |
Color Harmonies of #FE08AC
Complementary color
Monochromatic Colors of #FE08AC
Black with #FE08AC
Text Example
Text Example
White with #FE08AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08AC; }
p { color: rgb(254,8,172); }
H1.HeaderClassName
{
color: #FE08AC;
}
.AnyTagClassName
{
color: #FE08AC;
}
</style>
background-color css
<style>
a { background-color: #FE08AC; }
a { background-color: rgb(254,8,172); }
div.DivClassName
{
background-color: #FE08AC;
}
.BgClassName
{
background-color: #FE08AC;
}
</style>
border-color css
<style>
span { border-color: #FE08AC; }
span { border-color: rgb(254,8,172); }
td.TdClassName
{
border-color: #FE08AC;
}
.TagClassName
{
border-color: #FE08AC;
}
</style>