Shades of Hollywood Cerise #FE079E
Tints of Hollywood Cerise #FE079E
RGB
CMYK
RGB Variations
Color information
#FE079E (or 0xFE079E) is known color: Hollywood Cerise. HEX triplet: FE, 07 and 9E. RGB value is (254,7,158). Sum of RGB (Red+Green+Blue) = 254+7+158=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE079E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE079E is #01F861. Grayscale: #616161. Windows color (decimal): -129122 or 10356734. OLE color: 10356734.
HSL color Cylindrical-coordinate representation of color #FE079E: hue angle of 323.32º 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 #FE079E is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.00 |
| HSL | 323.32º | 0.99% | 0.51% | - |
| HSV(B) | 323.32º | 0.97% | 1% | - |
| XYZ | 47.12 | 23.69 | 34.44 | - |
| YUV | 98.07 | 161.83 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 158 | 0 | 0.97 | 0.38 | 0.00 | 323.32 | 0.99 | 0.51 |
| Hex | FE | 7 | 9E | 0 | 61 | 26 | 0 | 143 | 63 | 33 |
| Octal | 376 | 7 | 236 | 0 | 141 | 46 | 0 | 503 | 143 | 63 |
| Binary | 11111110 | 111 | 10011110 | 0 | 1100001 | 100110 | 0 | 101000011 | 1100011 | 110011 |
Color Harmonies of #FE079E
Complementary color
Monochromatic Colors of #FE079E
Black with #FE079E
Text Example
Text Example
White with #FE079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE079E; }
p { color: rgb(254,7,158); }
H1.HeaderClassName
{
color: #FE079E;
}
.AnyTagClassName
{
color: #FE079E;
}
</style>
background-color css
<style>
a { background-color: #FE079E; }
a { background-color: rgb(254,7,158); }
div.DivClassName
{
background-color: #FE079E;
}
.BgClassName
{
background-color: #FE079E;
}
</style>
border-color css
<style>
span { border-color: #FE079E; }
span { border-color: rgb(254,7,158); }
td.TdClassName
{
border-color: #FE079E;
}
.TagClassName
{
border-color: #FE079E;
}
</style>