Shades of Hollywood Cerise #FE079C
Tints of Hollywood Cerise #FE079C
RGB
CMYK
RGB Variations
Color information
#FE079C (or 0xFE079C) is known color: Hollywood Cerise. HEX triplet: FE, 07 and 9C. RGB value is (254,7,156). Sum of RGB (Red+Green+Blue) = 254+7+156=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE079C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE079C is #01F863. Grayscale: #616161. Windows color (decimal): -129124 or 10225662. OLE color: 10225662.
HSL color Cylindrical-coordinate representation of color #FE079C: hue angle of 323.81º 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 #FE079C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.00 |
| HSL | 323.81º | 0.99% | 0.51% | - |
| HSV(B) | 323.81º | 0.97% | 1% | - |
| XYZ | 46.95 | 23.62 | 33.54 | - |
| YUV | 97.84 | 160.83 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 156 | 0 | 0.97 | 0.39 | 0.00 | 323.81 | 0.99 | 0.51 |
| Hex | FE | 7 | 9C | 0 | 61 | 27 | 0 | 144 | 63 | 33 |
| Octal | 376 | 7 | 234 | 0 | 141 | 47 | 0 | 504 | 143 | 63 |
| Binary | 11111110 | 111 | 10011100 | 0 | 1100001 | 100111 | 0 | 101000100 | 1100011 | 110011 |
Color Harmonies of #FE079C
Complementary color
Monochromatic Colors of #FE079C
Black with #FE079C
Text Example
Text Example
White with #FE079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE079C; }
p { color: rgb(254,7,156); }
H1.HeaderClassName
{
color: #FE079C;
}
.AnyTagClassName
{
color: #FE079C;
}
</style>
background-color css
<style>
a { background-color: #FE079C; }
a { background-color: rgb(254,7,156); }
div.DivClassName
{
background-color: #FE079C;
}
.BgClassName
{
background-color: #FE079C;
}
</style>
border-color css
<style>
span { border-color: #FE079C; }
span { border-color: rgb(254,7,156); }
td.TdClassName
{
border-color: #FE079C;
}
.TagClassName
{
border-color: #FE079C;
}
</style>