Shades of Deep Pink #FC1893
Tints of Deep Pink #FC1893
RGB
CMYK
RGB Variations
Color information
#FC1893 (or 0xFC1893) is known color: Deep Pink. HEX triplet: FC, 18 and 93. RGB value is (252,24,147). Sum of RGB (Red+Green+Blue) = 252+24+147=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1893 is #03E76C. Grayscale: #696969. Windows color (decimal): -255853 or 9640188. OLE color: 9640188.
HSL color Cylindrical-coordinate representation of color #FC1893: hue angle of 327.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1893 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 147 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.01 |
| HSL | 327.63º | 0.97% | 0.54% | - |
| HSV(B) | 327.63º | 0.9% | 0.99% | - |
| XYZ | 45.74 | 23.46 | 29.72 | - |
| YUV | 106.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 147 | 0 | 0.90 | 0.42 | 0.01 | 327.63 | 0.97 | 0.54 |
| Hex | FC | 18 | 93 | 0 | 5A | 2A | 1 | 148 | 61 | 36 |
| Octal | 374 | 30 | 223 | 0 | 132 | 52 | 1 | 510 | 141 | 66 |
| Binary | 11111100 | 11000 | 10010011 | 0 | 1011010 | 101010 | 1 | 101001000 | 1100001 | 110110 |
Color Harmonies of #FC1893
Complementary color
Monochromatic Colors of #FC1893
Black with #FC1893
Text Example
Text Example
White with #FC1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1893; }
p { color: rgb(252,24,147); }
H1.HeaderClassName
{
color: #FC1893;
}
.AnyTagClassName
{
color: #FC1893;
}
</style>
background-color css
<style>
a { background-color: #FC1893; }
a { background-color: rgb(252,24,147); }
div.DivClassName
{
background-color: #FC1893;
}
.BgClassName
{
background-color: #FC1893;
}
</style>
border-color css
<style>
span { border-color: #FC1893; }
span { border-color: rgb(252,24,147); }
td.TdClassName
{
border-color: #FC1893;
}
.TagClassName
{
border-color: #FC1893;
}
</style>