Shades of Deep Pink #FC129C
Tints of Deep Pink #FC129C
RGB
CMYK
RGB Variations
Color information
#FC129C (or 0xFC129C) is known color: Deep Pink. HEX triplet: FC, 12 and 9C. RGB value is (252,18,156). Sum of RGB (Red+Green+Blue) = 252+18+156=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC129C is #03ED63. Grayscale: #676767. Windows color (decimal): -257380 or 10228476. OLE color: 10228476.
HSL color Cylindrical-coordinate representation of color #FC129C: hue angle of 324.62º 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 #FC129C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 156 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.01 |
| HSL | 324.62º | 0.98% | 0.53% | - |
| HSV(B) | 324.62º | 0.93% | 0.99% | - |
| XYZ | 46.36 | 23.53 | 33.55 | - |
| YUV | 103.7 | 157.52 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 156 | 0 | 0.93 | 0.38 | 0.01 | 324.62 | 0.98 | 0.53 |
| Hex | FC | 12 | 9C | 0 | 5D | 26 | 1 | 145 | 62 | 35 |
| Octal | 374 | 22 | 234 | 0 | 135 | 46 | 1 | 505 | 142 | 65 |
| Binary | 11111100 | 10010 | 10011100 | 0 | 1011101 | 100110 | 1 | 101000101 | 1100010 | 110101 |
Color Harmonies of #FC129C
Complementary color
Monochromatic Colors of #FC129C
Black with #FC129C
Text Example
Text Example
White with #FC129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC129C; }
p { color: rgb(252,18,156); }
H1.HeaderClassName
{
color: #FC129C;
}
.AnyTagClassName
{
color: #FC129C;
}
</style>
background-color css
<style>
a { background-color: #FC129C; }
a { background-color: rgb(252,18,156); }
div.DivClassName
{
background-color: #FC129C;
}
.BgClassName
{
background-color: #FC129C;
}
</style>
border-color css
<style>
span { border-color: #FC129C; }
span { border-color: rgb(252,18,156); }
td.TdClassName
{
border-color: #FC129C;
}
.TagClassName
{
border-color: #FC129C;
}
</style>