Shades of Hollywood Cerise #FE06AC
Tints of Hollywood Cerise #FE06AC
RGB
CMYK
RGB Variations
Color information
#FE06AC (or 0xFE06AC) is known color: Hollywood Cerise. HEX triplet: FE, 06 and AC. RGB value is (254,6,172). Sum of RGB (Red+Green+Blue) = 254+6+172=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE06AC is #01F953. Grayscale: #626262. Windows color (decimal): -129364 or 11273982. OLE color: 11273982.
HSL color Cylindrical-coordinate representation of color #FE06AC: hue angle of 319.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE06AC is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 172 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.00 |
| HSL | 319.84º | 0.99% | 0.51% | - |
| HSV(B) | 319.84º | 0.98% | 1% | - |
| XYZ | 48.38 | 24.18 | 41.15 | - |
| YUV | 99.08 | 169.16 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 172 | 0 | 0.98 | 0.32 | 0.00 | 319.84 | 0.99 | 0.51 |
| Hex | FE | 6 | AC | 0 | 62 | 20 | 0 | 140 | 63 | 33 |
| Octal | 376 | 6 | 254 | 0 | 142 | 40 | 0 | 500 | 143 | 63 |
| Binary | 11111110 | 110 | 10101100 | 0 | 1100010 | 100000 | 0 | 101000000 | 1100011 | 110011 |
Color Harmonies of #FE06AC
Complementary color
Monochromatic Colors of #FE06AC
Black with #FE06AC
Text Example
Text Example
White with #FE06AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06AC; }
p { color: rgb(254,6,172); }
H1.HeaderClassName
{
color: #FE06AC;
}
.AnyTagClassName
{
color: #FE06AC;
}
</style>
background-color css
<style>
a { background-color: #FE06AC; }
a { background-color: rgb(254,6,172); }
div.DivClassName
{
background-color: #FE06AC;
}
.BgClassName
{
background-color: #FE06AC;
}
</style>
border-color css
<style>
span { border-color: #FE06AC; }
span { border-color: rgb(254,6,172); }
td.TdClassName
{
border-color: #FE06AC;
}
.TagClassName
{
border-color: #FE06AC;
}
</style>