Shades of Deep Pink #FC1785
Tints of Deep Pink #FC1785
RGB
CMYK
RGB Variations
Color information
#FC1785 (or 0xFC1785) is known color: Deep Pink. HEX triplet: FC, 17 and 85. RGB value is (252,23,133). Sum of RGB (Red+Green+Blue) = 252+23+133=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1785 is #03E87A. Grayscale: #676767. Windows color (decimal): -256123 or 8722428. OLE color: 8722428.
HSL color Cylindrical-coordinate representation of color #FC1785: hue angle of 331.18º 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 #FC1785 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 133 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.01 |
| HSL | 331.18º | 0.97% | 0.54% | - |
| HSV(B) | 331.18º | 0.91% | 0.99% | - |
| XYZ | 44.68 | 23 | 24.27 | - |
| YUV | 104.01 | 144.37 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 133 | 0 | 0.91 | 0.47 | 0.01 | 331.18 | 0.97 | 0.54 |
| Hex | FC | 17 | 85 | 0 | 5B | 2F | 1 | 14B | 61 | 36 |
| Octal | 374 | 27 | 205 | 0 | 133 | 57 | 1 | 513 | 141 | 66 |
| Binary | 11111100 | 10111 | 10000101 | 0 | 1011011 | 101111 | 1 | 101001011 | 1100001 | 110110 |
Color Harmonies of #FC1785
Complementary color
Monochromatic Colors of #FC1785
Black with #FC1785
Text Example
Text Example
White with #FC1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1785; }
p { color: rgb(252,23,133); }
H1.HeaderClassName
{
color: #FC1785;
}
.AnyTagClassName
{
color: #FC1785;
}
</style>
background-color css
<style>
a { background-color: #FC1785; }
a { background-color: rgb(252,23,133); }
div.DivClassName
{
background-color: #FC1785;
}
.BgClassName
{
background-color: #FC1785;
}
</style>
border-color css
<style>
span { border-color: #FC1785; }
span { border-color: rgb(252,23,133); }
td.TdClassName
{
border-color: #FC1785;
}
.TagClassName
{
border-color: #FC1785;
}
</style>