Shades of Deep Pink #FC0A7D
Tints of Deep Pink #FC0A7D
RGB
CMYK
RGB Variations
Color information
#FC0A7D (or 0xFC0A7D) is known color: Deep Pink. HEX triplet: FC, 0A and 7D. RGB value is (252,10,125). Sum of RGB (Red+Green+Blue) = 252+10+125=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A7D is #03F582. Grayscale: #5F5F5F. Windows color (decimal): -259459 or 8194812. OLE color: 8194812.
HSL color Cylindrical-coordinate representation of color #FC0A7D: hue angle of 331.49º 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 #FC0A7D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 125 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.01 |
| HSL | 331.49º | 0.98% | 0.51% | - |
| HSV(B) | 331.49º | 0.96% | 0.99% | - |
| XYZ | 43.96 | 22.39 | 21.41 | - |
| YUV | 95.47 | 144.67 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 125 | 0 | 0.96 | 0.50 | 0.01 | 331.49 | 0.98 | 0.51 |
| Hex | FC | A | 7D | 0 | 60 | 32 | 1 | 14B | 62 | 33 |
| Octal | 374 | 12 | 175 | 0 | 140 | 62 | 1 | 513 | 142 | 63 |
| Binary | 11111100 | 1010 | 1111101 | 0 | 1100000 | 110010 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FC0A7D
Complementary color
Monochromatic Colors of #FC0A7D
Black with #FC0A7D
Text Example
Text Example
White with #FC0A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A7D; }
p { color: rgb(252,10,125); }
H1.HeaderClassName
{
color: #FC0A7D;
}
.AnyTagClassName
{
color: #FC0A7D;
}
</style>
background-color css
<style>
a { background-color: #FC0A7D; }
a { background-color: rgb(252,10,125); }
div.DivClassName
{
background-color: #FC0A7D;
}
.BgClassName
{
background-color: #FC0A7D;
}
</style>
border-color css
<style>
span { border-color: #FC0A7D; }
span { border-color: rgb(252,10,125); }
td.TdClassName
{
border-color: #FC0A7D;
}
.TagClassName
{
border-color: #FC0A7D;
}
</style>