Shades of Hollywood Cerise #FE079F
Tints of Hollywood Cerise #FE079F
RGB
CMYK
RGB Variations
Color information
#FE079F (or 0xFE079F) is known color: Hollywood Cerise. HEX triplet: FE, 07 and 9F. RGB value is (254,7,159). Sum of RGB (Red+Green+Blue) = 254+7+159=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE079F is #01F860. Grayscale: #616161. Windows color (decimal): -129121 or 10422270. OLE color: 10422270.
HSL color Cylindrical-coordinate representation of color #FE079F: hue angle of 323.08º 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 #FE079F is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.00 |
| HSL | 323.08º | 0.99% | 0.51% | - |
| HSV(B) | 323.08º | 0.97% | 1% | - |
| XYZ | 47.21 | 23.73 | 34.89 | - |
| YUV | 98.18 | 162.33 | 239.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 159 | 0 | 0.97 | 0.37 | 0.00 | 323.08 | 0.99 | 0.51 |
| Hex | FE | 7 | 9F | 0 | 61 | 25 | 0 | 143 | 63 | 33 |
| Octal | 376 | 7 | 237 | 0 | 141 | 45 | 0 | 503 | 143 | 63 |
| Binary | 11111110 | 111 | 10011111 | 0 | 1100001 | 100101 | 0 | 101000011 | 1100011 | 110011 |
Color Harmonies of #FE079F
Complementary color
Monochromatic Colors of #FE079F
Black with #FE079F
Text Example
Text Example
White with #FE079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE079F; }
p { color: rgb(254,7,159); }
H1.HeaderClassName
{
color: #FE079F;
}
.AnyTagClassName
{
color: #FE079F;
}
</style>
background-color css
<style>
a { background-color: #FE079F; }
a { background-color: rgb(254,7,159); }
div.DivClassName
{
background-color: #FE079F;
}
.BgClassName
{
background-color: #FE079F;
}
</style>
border-color css
<style>
span { border-color: #FE079F; }
span { border-color: rgb(254,7,159); }
td.TdClassName
{
border-color: #FE079F;
}
.TagClassName
{
border-color: #FE079F;
}
</style>