Shades of Deep Pink #FC1193
Tints of Deep Pink #FC1193
RGB
CMYK
RGB Variations
Color information
#FC1193 (or 0xFC1193) is known color: Deep Pink. HEX triplet: FC, 11 and 93. RGB value is (252,17,147). Sum of RGB (Red+Green+Blue) = 252+17+147=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1193 is #03EE6C. Grayscale: #656565. Windows color (decimal): -257645 or 9638396. OLE color: 9638396.
HSL color Cylindrical-coordinate representation of color #FC1193: hue angle of 326.81º 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 #FC1193 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 147 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.01 |
| HSL | 326.81º | 0.98% | 0.53% | - |
| HSV(B) | 326.81º | 0.93% | 0.99% | - |
| XYZ | 45.61 | 23.2 | 29.68 | - |
| YUV | 102.09 | 153.36 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 147 | 0 | 0.93 | 0.42 | 0.01 | 326.81 | 0.98 | 0.53 |
| Hex | FC | 11 | 93 | 0 | 5D | 2A | 1 | 147 | 62 | 35 |
| Octal | 374 | 21 | 223 | 0 | 135 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111100 | 10001 | 10010011 | 0 | 1011101 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FC1193
Complementary color
Monochromatic Colors of #FC1193
Black with #FC1193
Text Example
Text Example
White with #FC1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1193; }
p { color: rgb(252,17,147); }
H1.HeaderClassName
{
color: #FC1193;
}
.AnyTagClassName
{
color: #FC1193;
}
</style>
background-color css
<style>
a { background-color: #FC1193; }
a { background-color: rgb(252,17,147); }
div.DivClassName
{
background-color: #FC1193;
}
.BgClassName
{
background-color: #FC1193;
}
</style>
border-color css
<style>
span { border-color: #FC1193; }
span { border-color: rgb(252,17,147); }
td.TdClassName
{
border-color: #FC1193;
}
.TagClassName
{
border-color: #FC1193;
}
</style>