Shades of Hollywood Cerise #FC079A
Tints of Hollywood Cerise #FC079A
RGB
CMYK
RGB Variations
Color information
#FC079A (or 0xFC079A) is known color: Hollywood Cerise. HEX triplet: FC, 07 and 9A. RGB value is (252,7,154). Sum of RGB (Red+Green+Blue) = 252+7+154=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC079A is #03F865. Grayscale: #606060. Windows color (decimal): -260198 or 10094588. OLE color: 10094588.
HSL color Cylindrical-coordinate representation of color #FC079A: hue angle of 324º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC079A is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.01 |
| HSL | 324º | 0.98% | 0.51% | - |
| HSV(B) | 324º | 0.97% | 0.99% | - |
| XYZ | 46.05 | 23.18 | 32.62 | - |
| YUV | 97.01 | 160.17 | 238.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 154 | 0 | 0.97 | 0.39 | 0.01 | 324 | 0.98 | 0.51 |
| Hex | FC | 7 | 9A | 0 | 61 | 27 | 1 | 144 | 62 | 33 |
| Octal | 374 | 7 | 232 | 0 | 141 | 47 | 1 | 504 | 142 | 63 |
| Binary | 11111100 | 111 | 10011010 | 0 | 1100001 | 100111 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FC079A
Complementary color
Monochromatic Colors of #FC079A
Black with #FC079A
Text Example
Text Example
White with #FC079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC079A; }
p { color: rgb(252,7,154); }
H1.HeaderClassName
{
color: #FC079A;
}
.AnyTagClassName
{
color: #FC079A;
}
</style>
background-color css
<style>
a { background-color: #FC079A; }
a { background-color: rgb(252,7,154); }
div.DivClassName
{
background-color: #FC079A;
}
.BgClassName
{
background-color: #FC079A;
}
</style>
border-color css
<style>
span { border-color: #FC079A; }
span { border-color: rgb(252,7,154); }
td.TdClassName
{
border-color: #FC079A;
}
.TagClassName
{
border-color: #FC079A;
}
</style>