Shades of Deep Pink #FC1189
Tints of Deep Pink #FC1189
RGB
CMYK
RGB Variations
Color information
#FC1189 (or 0xFC1189) is known color: Deep Pink. HEX triplet: FC, 11 and 89. RGB value is (252,17,137). Sum of RGB (Red+Green+Blue) = 252+17+137=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1189 is #03EE76. Grayscale: #646464. Windows color (decimal): -257655 or 8983036. OLE color: 8983036.
HSL color Cylindrical-coordinate representation of color #FC1189: hue angle of 329.36º 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 #FC1189 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 137 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.01 |
| HSL | 329.36º | 0.98% | 0.53% | - |
| HSV(B) | 329.36º | 0.93% | 0.99% | - |
| XYZ | 44.86 | 22.9 | 25.72 | - |
| YUV | 100.95 | 148.36 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 137 | 0 | 0.93 | 0.46 | 0.01 | 329.36 | 0.98 | 0.53 |
| Hex | FC | 11 | 89 | 0 | 5D | 2E | 1 | 149 | 62 | 35 |
| Octal | 374 | 21 | 211 | 0 | 135 | 56 | 1 | 511 | 142 | 65 |
| Binary | 11111100 | 10001 | 10001001 | 0 | 1011101 | 101110 | 1 | 101001001 | 1100010 | 110101 |
Color Harmonies of #FC1189
Complementary color
Monochromatic Colors of #FC1189
Black with #FC1189
Text Example
Text Example
White with #FC1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1189; }
p { color: rgb(252,17,137); }
H1.HeaderClassName
{
color: #FC1189;
}
.AnyTagClassName
{
color: #FC1189;
}
</style>
background-color css
<style>
a { background-color: #FC1189; }
a { background-color: rgb(252,17,137); }
div.DivClassName
{
background-color: #FC1189;
}
.BgClassName
{
background-color: #FC1189;
}
</style>
border-color css
<style>
span { border-color: #FC1189; }
span { border-color: rgb(252,17,137); }
td.TdClassName
{
border-color: #FC1189;
}
.TagClassName
{
border-color: #FC1189;
}
</style>