Shades of Deep Pink #FC1091
Tints of Deep Pink #FC1091
RGB
CMYK
RGB Variations
Color information
#FC1091 (or 0xFC1091) is known color: Deep Pink. HEX triplet: FC, 10 and 91. RGB value is (252,16,145). Sum of RGB (Red+Green+Blue) = 252+16+145=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1091 is #03EF6E. Grayscale: #646464. Windows color (decimal): -257903 or 9507068. OLE color: 9507068.
HSL color Cylindrical-coordinate representation of color #FC1091: hue angle of 327.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1091 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 145 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.01 |
| HSL | 327.2º | 0.98% | 0.53% | - |
| HSV(B) | 327.2º | 0.94% | 0.99% | - |
| XYZ | 45.44 | 23.11 | 28.85 | - |
| YUV | 101.27 | 152.69 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 145 | 0 | 0.94 | 0.42 | 0.01 | 327.2 | 0.98 | 0.53 |
| Hex | FC | 10 | 91 | 0 | 5E | 2A | 1 | 147 | 62 | 35 |
| Octal | 374 | 20 | 221 | 0 | 136 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111100 | 10000 | 10010001 | 0 | 1011110 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FC1091
Complementary color
Monochromatic Colors of #FC1091
Black with #FC1091
Text Example
Text Example
White with #FC1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1091; }
p { color: rgb(252,16,145); }
H1.HeaderClassName
{
color: #FC1091;
}
.AnyTagClassName
{
color: #FC1091;
}
</style>
background-color css
<style>
a { background-color: #FC1091; }
a { background-color: rgb(252,16,145); }
div.DivClassName
{
background-color: #FC1091;
}
.BgClassName
{
background-color: #FC1091;
}
</style>
border-color css
<style>
span { border-color: #FC1091; }
span { border-color: rgb(252,16,145); }
td.TdClassName
{
border-color: #FC1091;
}
.TagClassName
{
border-color: #FC1091;
}
</style>