Shades of Deep Pink #FC0C7A
Tints of Deep Pink #FC0C7A
RGB
CMYK
RGB Variations
Color information
#FC0C7A (or 0xFC0C7A) is known color: Deep Pink. HEX triplet: FC, 0C and 7A. RGB value is (252,12,122). Sum of RGB (Red+Green+Blue) = 252+12+122=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0C7A is #03F385. Grayscale: #606060. Windows color (decimal): -258950 or 7998716. OLE color: 7998716.
HSL color Cylindrical-coordinate representation of color #FC0C7A: hue angle of 332.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0C7A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 122 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.01 |
| HSL | 332.5º | 0.98% | 0.52% | - |
| HSV(B) | 332.5º | 0.95% | 0.99% | - |
| XYZ | 43.79 | 22.36 | 20.42 | - |
| YUV | 96.3 | 142.51 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 122 | 0 | 0.95 | 0.52 | 0.01 | 332.5 | 0.98 | 0.52 |
| Hex | FC | C | 7A | 0 | 5F | 34 | 1 | 14C | 62 | 34 |
| Octal | 374 | 14 | 172 | 0 | 137 | 64 | 1 | 514 | 142 | 64 |
| Binary | 11111100 | 1100 | 1111010 | 0 | 1011111 | 110100 | 1 | 101001100 | 1100010 | 110100 |
Color Harmonies of #FC0C7A
Complementary color
Monochromatic Colors of #FC0C7A
Black with #FC0C7A
Text Example
Text Example
White with #FC0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C7A; }
p { color: rgb(252,12,122); }
H1.HeaderClassName
{
color: #FC0C7A;
}
.AnyTagClassName
{
color: #FC0C7A;
}
</style>
background-color css
<style>
a { background-color: #FC0C7A; }
a { background-color: rgb(252,12,122); }
div.DivClassName
{
background-color: #FC0C7A;
}
.BgClassName
{
background-color: #FC0C7A;
}
</style>
border-color css
<style>
span { border-color: #FC0C7A; }
span { border-color: rgb(252,12,122); }
td.TdClassName
{
border-color: #FC0C7A;
}
.TagClassName
{
border-color: #FC0C7A;
}
</style>