Shades of Deep Pink #FC127C
Tints of Deep Pink #FC127C
RGB
CMYK
RGB Variations
Color information
#FC127C (or 0xFC127C) is known color: Deep Pink. HEX triplet: FC, 12 and 7C. RGB value is (252,18,124). Sum of RGB (Red+Green+Blue) = 252+18+124=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC127C is #03ED83. Grayscale: #636363. Windows color (decimal): -257412 or 8131324. OLE color: 8131324.
HSL color Cylindrical-coordinate representation of color #FC127C: hue angle of 332.82º 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 #FC127C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 124 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.01 |
| HSL | 332.82º | 0.98% | 0.53% | - |
| HSV(B) | 332.82º | 0.93% | 0.99% | - |
| XYZ | 44 | 22.58 | 21.11 | - |
| YUV | 100.05 | 141.52 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 124 | 0 | 0.93 | 0.51 | 0.01 | 332.82 | 0.98 | 0.53 |
| Hex | FC | 12 | 7C | 0 | 5D | 33 | 1 | 14D | 62 | 35 |
| Octal | 374 | 22 | 174 | 0 | 135 | 63 | 1 | 515 | 142 | 65 |
| Binary | 11111100 | 10010 | 1111100 | 0 | 1011101 | 110011 | 1 | 101001101 | 1100010 | 110101 |
Color Harmonies of #FC127C
Complementary color
Monochromatic Colors of #FC127C
Black with #FC127C
Text Example
Text Example
White with #FC127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC127C; }
p { color: rgb(252,18,124); }
H1.HeaderClassName
{
color: #FC127C;
}
.AnyTagClassName
{
color: #FC127C;
}
</style>
background-color css
<style>
a { background-color: #FC127C; }
a { background-color: rgb(252,18,124); }
div.DivClassName
{
background-color: #FC127C;
}
.BgClassName
{
background-color: #FC127C;
}
</style>
border-color css
<style>
span { border-color: #FC127C; }
span { border-color: rgb(252,18,124); }
td.TdClassName
{
border-color: #FC127C;
}
.TagClassName
{
border-color: #FC127C;
}
</style>