Shades of Deep Pink #FC119D
Tints of Deep Pink #FC119D
RGB
CMYK
RGB Variations
Color information
#FC119D (or 0xFC119D) is known color: Deep Pink. HEX triplet: FC, 11 and 9D. RGB value is (252,17,157). Sum of RGB (Red+Green+Blue) = 252+17+157=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC119D is #03EE62. Grayscale: #666666. Windows color (decimal): -257635 or 10293756. OLE color: 10293756.
HSL color Cylindrical-coordinate representation of color #FC119D: hue angle of 324.26º 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 #FC119D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.01 |
| HSL | 324.26º | 0.98% | 0.53% | - |
| HSV(B) | 324.26º | 0.93% | 0.99% | - |
| XYZ | 46.43 | 23.53 | 33.99 | - |
| YUV | 103.23 | 158.36 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 157 | 0 | 0.93 | 0.38 | 0.01 | 324.26 | 0.98 | 0.53 |
| Hex | FC | 11 | 9D | 0 | 5D | 26 | 1 | 144 | 62 | 35 |
| Octal | 374 | 21 | 235 | 0 | 135 | 46 | 1 | 504 | 142 | 65 |
| Binary | 11111100 | 10001 | 10011101 | 0 | 1011101 | 100110 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FC119D
Complementary color
Monochromatic Colors of #FC119D
Black with #FC119D
Text Example
Text Example
White with #FC119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC119D; }
p { color: rgb(252,17,157); }
H1.HeaderClassName
{
color: #FC119D;
}
.AnyTagClassName
{
color: #FC119D;
}
</style>
background-color css
<style>
a { background-color: #FC119D; }
a { background-color: rgb(252,17,157); }
div.DivClassName
{
background-color: #FC119D;
}
.BgClassName
{
background-color: #FC119D;
}
</style>
border-color css
<style>
span { border-color: #FC119D; }
span { border-color: rgb(252,17,157); }
td.TdClassName
{
border-color: #FC119D;
}
.TagClassName
{
border-color: #FC119D;
}
</style>