Shades of Deep Pink #FC1078
Tints of Deep Pink #FC1078
RGB
CMYK
RGB Variations
Color information
#FC1078 (or 0xFC1078) is known color: Deep Pink. HEX triplet: FC, 10 and 78. RGB value is (252,16,120). Sum of RGB (Red+Green+Blue) = 252+16+120=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1078 is #03EF87. Grayscale: #626262. Windows color (decimal): -257928 or 7868668. OLE color: 7868668.
HSL color Cylindrical-coordinate representation of color #FC1078: hue angle of 333.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1078 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 120 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.01 |
| HSL | 333.56º | 0.98% | 0.53% | - |
| HSV(B) | 333.56º | 0.94% | 0.99% | - |
| XYZ | 43.72 | 22.42 | 19.79 | - |
| YUV | 98.42 | 140.19 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 120 | 0 | 0.94 | 0.52 | 0.01 | 333.56 | 0.98 | 0.53 |
| Hex | FC | 10 | 78 | 0 | 5E | 34 | 1 | 14E | 62 | 35 |
| Octal | 374 | 20 | 170 | 0 | 136 | 64 | 1 | 516 | 142 | 65 |
| Binary | 11111100 | 10000 | 1111000 | 0 | 1011110 | 110100 | 1 | 101001110 | 1100010 | 110101 |
Color Harmonies of #FC1078
Complementary color
Monochromatic Colors of #FC1078
Black with #FC1078
Text Example
Text Example
White with #FC1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1078; }
p { color: rgb(252,16,120); }
H1.HeaderClassName
{
color: #FC1078;
}
.AnyTagClassName
{
color: #FC1078;
}
</style>
background-color css
<style>
a { background-color: #FC1078; }
a { background-color: rgb(252,16,120); }
div.DivClassName
{
background-color: #FC1078;
}
.BgClassName
{
background-color: #FC1078;
}
</style>
border-color css
<style>
span { border-color: #FC1078; }
span { border-color: rgb(252,16,120); }
td.TdClassName
{
border-color: #FC1078;
}
.TagClassName
{
border-color: #FC1078;
}
</style>