Shades of Deep Pink #FC0079
Tints of Deep Pink #FC0079
RGB
CMYK
RGB Variations
Color information
#FC0079 (or 0xFC0079) is known color: Deep Pink. HEX triplet: FC, 00 and 79. RGB value is (252,0,121). Sum of RGB (Red+Green+Blue) = 252+0+121=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0079 is #03FF86. Grayscale: #585858. Windows color (decimal): -262023 or 7930108. OLE color: 7930108.
HSL color Cylindrical-coordinate representation of color #FC0079: hue angle of 331.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0079 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.52 | 0.01 |
| HSL | 331.19º | 1% | 0.49% | - |
| HSV(B) | 331.19º | 1% | 0.99% | - |
| XYZ | 43.6 | 22.08 | 20.05 | - |
| YUV | 89.14 | 145.99 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 121 | 0 | 1 | 0.52 | 0.01 | 331.19 | 1 | 0.49 |
| Hex | FC | 0 | 79 | 0 | 64 | 34 | 1 | 14B | 64 | 31 |
| Octal | 374 | 0 | 171 | 0 | 144 | 64 | 1 | 513 | 144 | 61 |
| Binary | 11111100 | 0 | 1111001 | 0 | 1100100 | 110100 | 1 | 101001011 | 1100100 | 110001 |
Color Harmonies of #FC0079
Complementary color
Monochromatic Colors of #FC0079
Black with #FC0079
Text Example
Text Example
White with #FC0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0079; }
p { color: rgb(252,0,121); }
H1.HeaderClassName
{
color: #FC0079;
}
.AnyTagClassName
{
color: #FC0079;
}
</style>
background-color css
<style>
a { background-color: #FC0079; }
a { background-color: rgb(252,0,121); }
div.DivClassName
{
background-color: #FC0079;
}
.BgClassName
{
background-color: #FC0079;
}
</style>
border-color css
<style>
span { border-color: #FC0079; }
span { border-color: rgb(252,0,121); }
td.TdClassName
{
border-color: #FC0079;
}
.TagClassName
{
border-color: #FC0079;
}
</style>