Shades of Deep Pink #FC0A7A
Tints of Deep Pink #FC0A7A
RGB
CMYK
RGB Variations
Color information
#FC0A7A (or 0xFC0A7A) is known color: Deep Pink. HEX triplet: FC, 0A and 7A. RGB value is (252,10,122). Sum of RGB (Red+Green+Blue) = 252+10+122=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A7A is #03F585. Grayscale: #5E5E5E. Windows color (decimal): -259462 or 7998204. OLE color: 7998204.
HSL color Cylindrical-coordinate representation of color #FC0A7A: hue angle of 332.23º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A7A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 122 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.01 |
| HSL | 332.23º | 0.98% | 0.51% | - |
| HSV(B) | 332.23º | 0.96% | 0.99% | - |
| XYZ | 43.77 | 22.32 | 20.41 | - |
| YUV | 95.13 | 143.17 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 122 | 0 | 0.96 | 0.52 | 0.01 | 332.23 | 0.98 | 0.51 |
| Hex | FC | A | 7A | 0 | 60 | 34 | 1 | 14C | 62 | 33 |
| Octal | 374 | 12 | 172 | 0 | 140 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 1010 | 1111010 | 0 | 1100000 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC0A7A
Complementary color
Monochromatic Colors of #FC0A7A
Black with #FC0A7A
Text Example
Text Example
White with #FC0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A7A; }
p { color: rgb(252,10,122); }
H1.HeaderClassName
{
color: #FC0A7A;
}
.AnyTagClassName
{
color: #FC0A7A;
}
</style>
background-color css
<style>
a { background-color: #FC0A7A; }
a { background-color: rgb(252,10,122); }
div.DivClassName
{
background-color: #FC0A7A;
}
.BgClassName
{
background-color: #FC0A7A;
}
</style>
border-color css
<style>
span { border-color: #FC0A7A; }
span { border-color: rgb(252,10,122); }
td.TdClassName
{
border-color: #FC0A7A;
}
.TagClassName
{
border-color: #FC0A7A;
}
</style>