Shades of Deep Pink #FC1179
Tints of Deep Pink #FC1179
RGB
CMYK
RGB Variations
Color information
#FC1179 (or 0xFC1179) is known color: Deep Pink. HEX triplet: FC, 11 and 79. RGB value is (252,17,121). Sum of RGB (Red+Green+Blue) = 252+17+121=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1179 is #03EE86. Grayscale: #626262. Windows color (decimal): -257671 or 7934460. OLE color: 7934460.
HSL color Cylindrical-coordinate representation of color #FC1179: hue angle of 333.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1179 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.01 |
| HSL | 333.45º | 0.98% | 0.53% | - |
| HSV(B) | 333.45º | 0.93% | 0.99% | - |
| XYZ | 43.8 | 22.48 | 20.12 | - |
| YUV | 99.12 | 140.36 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 121 | 0 | 0.93 | 0.52 | 0.01 | 333.45 | 0.98 | 0.53 |
| Hex | FC | 11 | 79 | 0 | 5D | 34 | 1 | 14D | 62 | 35 |
| Octal | 374 | 21 | 171 | 0 | 135 | 64 | 1 | 515 | 142 | 65 |
| Binary | 11111100 | 10001 | 1111001 | 0 | 1011101 | 110100 | 1 | 101001101 | 1100010 | 110101 |
Color Harmonies of #FC1179
Complementary color
Monochromatic Colors of #FC1179
Black with #FC1179
Text Example
Text Example
White with #FC1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1179; }
p { color: rgb(252,17,121); }
H1.HeaderClassName
{
color: #FC1179;
}
.AnyTagClassName
{
color: #FC1179;
}
</style>
background-color css
<style>
a { background-color: #FC1179; }
a { background-color: rgb(252,17,121); }
div.DivClassName
{
background-color: #FC1179;
}
.BgClassName
{
background-color: #FC1179;
}
</style>
border-color css
<style>
span { border-color: #FC1179; }
span { border-color: rgb(252,17,121); }
td.TdClassName
{
border-color: #FC1179;
}
.TagClassName
{
border-color: #FC1179;
}
</style>