Shades of Deep Pink #FC129E
Tints of Deep Pink #FC129E
RGB
CMYK
RGB Variations
Color information
#FC129E (or 0xFC129E) is known color: Deep Pink. HEX triplet: FC, 12 and 9E. RGB value is (252,18,158). Sum of RGB (Red+Green+Blue) = 252+18+158=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC129E is #03ED61. Grayscale: #676767. Windows color (decimal): -257378 or 10359548. OLE color: 10359548.
HSL color Cylindrical-coordinate representation of color #FC129E: hue angle of 324.1º 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 #FC129E is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 158 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.01 |
| HSL | 324.1º | 0.98% | 0.53% | - |
| HSV(B) | 324.1º | 0.93% | 0.99% | - |
| XYZ | 46.53 | 23.6 | 34.45 | - |
| YUV | 103.93 | 158.52 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 158 | 0 | 0.93 | 0.37 | 0.01 | 324.1 | 0.98 | 0.53 |
| Hex | FC | 12 | 9E | 0 | 5D | 25 | 1 | 144 | 62 | 35 |
| Octal | 374 | 22 | 236 | 0 | 135 | 45 | 1 | 504 | 142 | 65 |
| Binary | 11111100 | 10010 | 10011110 | 0 | 1011101 | 100101 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FC129E
Complementary color
Monochromatic Colors of #FC129E
Black with #FC129E
Text Example
Text Example
White with #FC129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC129E; }
p { color: rgb(252,18,158); }
H1.HeaderClassName
{
color: #FC129E;
}
.AnyTagClassName
{
color: #FC129E;
}
</style>
background-color css
<style>
a { background-color: #FC129E; }
a { background-color: rgb(252,18,158); }
div.DivClassName
{
background-color: #FC129E;
}
.BgClassName
{
background-color: #FC129E;
}
</style>
border-color css
<style>
span { border-color: #FC129E; }
span { border-color: rgb(252,18,158); }
td.TdClassName
{
border-color: #FC129E;
}
.TagClassName
{
border-color: #FC129E;
}
</style>