Shades of Deep Pink #FC078C
Tints of Deep Pink #FC078C
RGB
CMYK
RGB Variations
Color information
#FC078C (or 0xFC078C) is known color: Deep Pink. HEX triplet: FC, 07 and 8C. RGB value is (252,7,140). Sum of RGB (Red+Green+Blue) = 252+7+140=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC078C is #03F873. Grayscale: #5F5F5F. Windows color (decimal): -260212 or 9177084. OLE color: 9177084.
HSL color Cylindrical-coordinate representation of color #FC078C: hue angle of 327.43º 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 #FC078C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.01 |
| HSL | 327.43º | 0.98% | 0.51% | - |
| HSV(B) | 327.43º | 0.97% | 0.99% | - |
| XYZ | 44.95 | 22.74 | 26.83 | - |
| YUV | 95.42 | 153.17 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 140 | 0 | 0.97 | 0.44 | 0.01 | 327.43 | 0.98 | 0.51 |
| Hex | FC | 7 | 8C | 0 | 61 | 2C | 1 | 147 | 62 | 33 |
| Octal | 374 | 7 | 214 | 0 | 141 | 54 | 1 | 507 | 142 | 63 |
| Binary | 11111100 | 111 | 10001100 | 0 | 1100001 | 101100 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FC078C
Complementary color
Monochromatic Colors of #FC078C
Black with #FC078C
Text Example
Text Example
White with #FC078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC078C; }
p { color: rgb(252,7,140); }
H1.HeaderClassName
{
color: #FC078C;
}
.AnyTagClassName
{
color: #FC078C;
}
</style>
background-color css
<style>
a { background-color: #FC078C; }
a { background-color: rgb(252,7,140); }
div.DivClassName
{
background-color: #FC078C;
}
.BgClassName
{
background-color: #FC078C;
}
</style>
border-color css
<style>
span { border-color: #FC078C; }
span { border-color: rgb(252,7,140); }
td.TdClassName
{
border-color: #FC078C;
}
.TagClassName
{
border-color: #FC078C;
}
</style>