Shades of Deep Pink #FC1690
Tints of Deep Pink #FC1690
RGB
CMYK
RGB Variations
Color information
#FC1690 (or 0xFC1690) is known color: Deep Pink. HEX triplet: FC, 16 and 90. RGB value is (252,22,144). Sum of RGB (Red+Green+Blue) = 252+22+144=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1690 is #03E96F. Grayscale: #686868. Windows color (decimal): -256368 or 9443068. OLE color: 9443068.
HSL color Cylindrical-coordinate representation of color #FC1690: hue angle of 328.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1690 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 144 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.01 |
| HSL | 328.17º | 0.97% | 0.54% | - |
| HSV(B) | 328.17º | 0.91% | 0.99% | - |
| XYZ | 45.47 | 23.28 | 28.48 | - |
| YUV | 104.68 | 150.2 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 144 | 0 | 0.91 | 0.43 | 0.01 | 328.17 | 0.97 | 0.54 |
| Hex | FC | 16 | 90 | 0 | 5B | 2B | 1 | 148 | 61 | 36 |
| Octal | 374 | 26 | 220 | 0 | 133 | 53 | 1 | 510 | 141 | 66 |
| Binary | 11111100 | 10110 | 10010000 | 0 | 1011011 | 101011 | 1 | 101001000 | 1100001 | 110110 |
Color Harmonies of #FC1690
Complementary color
Monochromatic Colors of #FC1690
Black with #FC1690
Text Example
Text Example
White with #FC1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1690; }
p { color: rgb(252,22,144); }
H1.HeaderClassName
{
color: #FC1690;
}
.AnyTagClassName
{
color: #FC1690;
}
</style>
background-color css
<style>
a { background-color: #FC1690; }
a { background-color: rgb(252,22,144); }
div.DivClassName
{
background-color: #FC1690;
}
.BgClassName
{
background-color: #FC1690;
}
</style>
border-color css
<style>
span { border-color: #FC1690; }
span { border-color: rgb(252,22,144); }
td.TdClassName
{
border-color: #FC1690;
}
.TagClassName
{
border-color: #FC1690;
}
</style>