Shades of Deep Pink #FC2191
Tints of Deep Pink #FC2191
RGB
CMYK
RGB Variations
Color information
#FC2191 (or 0xFC2191) is known color: Deep Pink. HEX triplet: FC, 21 and 91. RGB value is (252,33,145). Sum of RGB (Red+Green+Blue) = 252+33+145=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2191 is #03DE6E. Grayscale: #6F6F6F. Windows color (decimal): -253551 or 9511420. OLE color: 9511420.
HSL color Cylindrical-coordinate representation of color #FC2191: hue angle of 329.32º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2191 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 145 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.01 |
| HSL | 329.32º | 0.97% | 0.56% | - |
| HSV(B) | 329.32º | 0.87% | 0.99% | - |
| XYZ | 45.8 | 23.83 | 28.97 | - |
| YUV | 111.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 145 | 0 | 0.87 | 0.42 | 0.01 | 329.32 | 0.97 | 0.56 |
| Hex | FC | 21 | 91 | 0 | 57 | 2A | 1 | 149 | 61 | 38 |
| Octal | 374 | 41 | 221 | 0 | 127 | 52 | 1 | 511 | 141 | 70 |
| Binary | 11111100 | 100001 | 10010001 | 0 | 1010111 | 101010 | 1 | 101001001 | 1100001 | 111000 |
Color Harmonies of #FC2191
Complementary color
Monochromatic Colors of #FC2191
Black with #FC2191
Text Example
Text Example
White with #FC2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2191; }
p { color: rgb(252,33,145); }
H1.HeaderClassName
{
color: #FC2191;
}
.AnyTagClassName
{
color: #FC2191;
}
</style>
background-color css
<style>
a { background-color: #FC2191; }
a { background-color: rgb(252,33,145); }
div.DivClassName
{
background-color: #FC2191;
}
.BgClassName
{
background-color: #FC2191;
}
</style>
border-color css
<style>
span { border-color: #FC2191; }
span { border-color: rgb(252,33,145); }
td.TdClassName
{
border-color: #FC2191;
}
.TagClassName
{
border-color: #FC2191;
}
</style>