Shades of Deep Pink #FC0075
Tints of Deep Pink #FC0075
RGB
CMYK
RGB Variations
Color information
#FC0075 (or 0xFC0075) is known color: Deep Pink. HEX triplet: FC, 00 and 75. RGB value is (252,0,117). Sum of RGB (Red+Green+Blue) = 252+0+117=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0075 is #03FF8A. Grayscale: #585858. Windows color (decimal): -262027 or 7667964. OLE color: 7667964.
HSL color Cylindrical-coordinate representation of color #FC0075: hue angle of 332.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0075 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.54 | 0.01 |
| HSL | 332.14º | 1% | 0.49% | - |
| HSV(B) | 332.14º | 1% | 0.99% | - |
| XYZ | 43.36 | 21.98 | 18.79 | - |
| YUV | 88.69 | 143.99 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 117 | 0 | 1 | 0.54 | 0.01 | 332.14 | 1 | 0.49 |
| Hex | FC | 0 | 75 | 0 | 64 | 36 | 1 | 14C | 64 | 31 |
| Octal | 374 | 0 | 165 | 0 | 144 | 66 | 1 | 514 | 144 | 61 |
| Binary | 11111100 | 0 | 1110101 | 0 | 1100100 | 110110 | 1 | 101001100 | 1100100 | 110001 |
Color Harmonies of #FC0075
Complementary color
Monochromatic Colors of #FC0075
Black with #FC0075
Text Example
Text Example
White with #FC0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0075; }
p { color: rgb(252,0,117); }
H1.HeaderClassName
{
color: #FC0075;
}
.AnyTagClassName
{
color: #FC0075;
}
</style>
background-color css
<style>
a { background-color: #FC0075; }
a { background-color: rgb(252,0,117); }
div.DivClassName
{
background-color: #FC0075;
}
.BgClassName
{
background-color: #FC0075;
}
</style>
border-color css
<style>
span { border-color: #FC0075; }
span { border-color: rgb(252,0,117); }
td.TdClassName
{
border-color: #FC0075;
}
.TagClassName
{
border-color: #FC0075;
}
</style>