Shades of Deep Pink #FC0875
Tints of Deep Pink #FC0875
RGB
CMYK
RGB Variations
Color information
#FC0875 (or 0xFC0875) is known color: Deep Pink. HEX triplet: FC, 08 and 75. RGB value is (252,8,117). Sum of RGB (Red+Green+Blue) = 252+8+117=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0875 is #03F78A. Grayscale: #5D5D5D. Windows color (decimal): -259979 or 7670012. OLE color: 7670012.
HSL color Cylindrical-coordinate representation of color #FC0875: hue angle of 333.2º 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 #FC0875 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 117 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.01 |
| HSL | 333.2º | 0.98% | 0.51% | - |
| HSV(B) | 333.2º | 0.97% | 0.99% | - |
| XYZ | 43.44 | 22.15 | 18.82 | - |
| YUV | 93.38 | 141.34 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 117 | 0 | 0.97 | 0.54 | 0.01 | 333.2 | 0.98 | 0.51 |
| Hex | FC | 8 | 75 | 0 | 61 | 36 | 1 | 14D | 62 | 33 |
| Octal | 374 | 10 | 165 | 0 | 141 | 66 | 1 | 515 | 142 | 63 |
| Binary | 11111100 | 1000 | 1110101 | 0 | 1100001 | 110110 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FC0875
Complementary color
Monochromatic Colors of #FC0875
Black with #FC0875
Text Example
Text Example
White with #FC0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0875; }
p { color: rgb(252,8,117); }
H1.HeaderClassName
{
color: #FC0875;
}
.AnyTagClassName
{
color: #FC0875;
}
</style>
background-color css
<style>
a { background-color: #FC0875; }
a { background-color: rgb(252,8,117); }
div.DivClassName
{
background-color: #FC0875;
}
.BgClassName
{
background-color: #FC0875;
}
</style>
border-color css
<style>
span { border-color: #FC0875; }
span { border-color: rgb(252,8,117); }
td.TdClassName
{
border-color: #FC0875;
}
.TagClassName
{
border-color: #FC0875;
}
</style>