Shades of Deep Pink #FC129D
Tints of Deep Pink #FC129D
RGB
CMYK
RGB Variations
Color information
#FC129D (or 0xFC129D) is known color: Deep Pink. HEX triplet: FC, 12 and 9D. RGB value is (252,18,157). Sum of RGB (Red+Green+Blue) = 252+18+157=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC129D is #03ED62. Grayscale: #676767. Windows color (decimal): -257379 or 10294012. OLE color: 10294012.
HSL color Cylindrical-coordinate representation of color #FC129D: hue angle of 324.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC129D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 157 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.01 |
| HSL | 324.36º | 0.98% | 0.53% | - |
| HSV(B) | 324.36º | 0.93% | 0.99% | - |
| XYZ | 46.45 | 23.56 | 34 | - |
| YUV | 103.81 | 158.02 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 157 | 0 | 0.93 | 0.38 | 0.01 | 324.36 | 0.98 | 0.53 |
| Hex | FC | 12 | 9D | 0 | 5D | 26 | 1 | 144 | 62 | 35 |
| Octal | 374 | 22 | 235 | 0 | 135 | 46 | 1 | 504 | 142 | 65 |
| Binary | 11111100 | 10010 | 10011101 | 0 | 1011101 | 100110 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FC129D
Complementary color
Monochromatic Colors of #FC129D
Black with #FC129D
Text Example
Text Example
White with #FC129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC129D; }
p { color: rgb(252,18,157); }
H1.HeaderClassName
{
color: #FC129D;
}
.AnyTagClassName
{
color: #FC129D;
}
</style>
background-color css
<style>
a { background-color: #FC129D; }
a { background-color: rgb(252,18,157); }
div.DivClassName
{
background-color: #FC129D;
}
.BgClassName
{
background-color: #FC129D;
}
</style>
border-color css
<style>
span { border-color: #FC129D; }
span { border-color: rgb(252,18,157); }
td.TdClassName
{
border-color: #FC129D;
}
.TagClassName
{
border-color: #FC129D;
}
</style>