Shades of Deep Pink #FC1191
Tints of Deep Pink #FC1191
RGB
CMYK
RGB Variations
Color information
#FC1191 (or 0xFC1191) is known color: Deep Pink. HEX triplet: FC, 11 and 91. RGB value is (252,17,145). Sum of RGB (Red+Green+Blue) = 252+17+145=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1191 is #03EE6E. Grayscale: #656565. Windows color (decimal): -257647 or 9507324. OLE color: 9507324.
HSL color Cylindrical-coordinate representation of color #FC1191: hue angle of 327.32º 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 #FC1191 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 145 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.01 |
| HSL | 327.32º | 0.98% | 0.53% | - |
| HSV(B) | 327.32º | 0.93% | 0.99% | - |
| XYZ | 45.46 | 23.14 | 28.86 | - |
| YUV | 101.86 | 152.36 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 145 | 0 | 0.93 | 0.42 | 0.01 | 327.32 | 0.98 | 0.53 |
| Hex | FC | 11 | 91 | 0 | 5D | 2A | 1 | 147 | 62 | 35 |
| Octal | 374 | 21 | 221 | 0 | 135 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111100 | 10001 | 10010001 | 0 | 1011101 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FC1191
Complementary color
Monochromatic Colors of #FC1191
Black with #FC1191
Text Example
Text Example
White with #FC1191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1191; }
p { color: rgb(252,17,145); }
H1.HeaderClassName
{
color: #FC1191;
}
.AnyTagClassName
{
color: #FC1191;
}
</style>
background-color css
<style>
a { background-color: #FC1191; }
a { background-color: rgb(252,17,145); }
div.DivClassName
{
background-color: #FC1191;
}
.BgClassName
{
background-color: #FC1191;
}
</style>
border-color css
<style>
span { border-color: #FC1191; }
span { border-color: rgb(252,17,145); }
td.TdClassName
{
border-color: #FC1191;
}
.TagClassName
{
border-color: #FC1191;
}
</style>