Shades of Deep Pink #FC119F
Tints of Deep Pink #FC119F
RGB
CMYK
RGB Variations
Color information
#FC119F (or 0xFC119F) is known color: Deep Pink. HEX triplet: FC, 11 and 9F. RGB value is (252,17,159). Sum of RGB (Red+Green+Blue) = 252+17+159=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC119F is #03EE60. Grayscale: #676767. Windows color (decimal): -257633 or 10424828. OLE color: 10424828.
HSL color Cylindrical-coordinate representation of color #FC119F: hue angle of 323.74º 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 #FC119F is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 159 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.01 |
| HSL | 323.74º | 0.98% | 0.53% | - |
| HSV(B) | 323.74º | 0.93% | 0.99% | - |
| XYZ | 46.6 | 23.6 | 34.9 | - |
| YUV | 103.45 | 159.36 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 159 | 0 | 0.93 | 0.37 | 0.01 | 323.74 | 0.98 | 0.53 |
| Hex | FC | 11 | 9F | 0 | 5D | 25 | 1 | 144 | 62 | 35 |
| Octal | 374 | 21 | 237 | 0 | 135 | 45 | 1 | 504 | 142 | 65 |
| Binary | 11111100 | 10001 | 10011111 | 0 | 1011101 | 100101 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FC119F
Complementary color
Monochromatic Colors of #FC119F
Black with #FC119F
Text Example
Text Example
White with #FC119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC119F; }
p { color: rgb(252,17,159); }
H1.HeaderClassName
{
color: #FC119F;
}
.AnyTagClassName
{
color: #FC119F;
}
</style>
background-color css
<style>
a { background-color: #FC119F; }
a { background-color: rgb(252,17,159); }
div.DivClassName
{
background-color: #FC119F;
}
.BgClassName
{
background-color: #FC119F;
}
</style>
border-color css
<style>
span { border-color: #FC119F; }
span { border-color: rgb(252,17,159); }
td.TdClassName
{
border-color: #FC119F;
}
.TagClassName
{
border-color: #FC119F;
}
</style>