Shades of Deep Pink #FC0785
Tints of Deep Pink #FC0785
RGB
CMYK
RGB Variations
Color information
#FC0785 (or 0xFC0785) is known color: Deep Pink. HEX triplet: FC, 07 and 85. RGB value is (252,7,133). Sum of RGB (Red+Green+Blue) = 252+7+133=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0785 is #03F87A. Grayscale: #5E5E5E. Windows color (decimal): -260219 or 8718332. OLE color: 8718332.
HSL color Cylindrical-coordinate representation of color #FC0785: hue angle of 329.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0785 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.01 |
| HSL | 329.14º | 0.98% | 0.51% | - |
| HSV(B) | 329.14º | 0.97% | 0.99% | - |
| XYZ | 44.45 | 22.54 | 24.2 | - |
| YUV | 94.62 | 149.67 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 133 | 0 | 0.97 | 0.47 | 0.01 | 329.14 | 0.98 | 0.51 |
| Hex | FC | 7 | 85 | 0 | 61 | 2F | 1 | 149 | 62 | 33 |
| Octal | 374 | 7 | 205 | 0 | 141 | 57 | 1 | 511 | 142 | 63 |
| Binary | 11111100 | 111 | 10000101 | 0 | 1100001 | 101111 | 1 | 101001001 | 1100010 | 110011 |
Color Harmonies of #FC0785
Complementary color
Monochromatic Colors of #FC0785
Black with #FC0785
Text Example
Text Example
White with #FC0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0785; }
p { color: rgb(252,7,133); }
H1.HeaderClassName
{
color: #FC0785;
}
.AnyTagClassName
{
color: #FC0785;
}
</style>
background-color css
<style>
a { background-color: #FC0785; }
a { background-color: rgb(252,7,133); }
div.DivClassName
{
background-color: #FC0785;
}
.BgClassName
{
background-color: #FC0785;
}
</style>
border-color css
<style>
span { border-color: #FC0785; }
span { border-color: rgb(252,7,133); }
td.TdClassName
{
border-color: #FC0785;
}
.TagClassName
{
border-color: #FC0785;
}
</style>