Shades of Deep Pink #FC137C
Tints of Deep Pink #FC137C
RGB
CMYK
RGB Variations
Color information
#FC137C (or 0xFC137C) is known color: Deep Pink. HEX triplet: FC, 13 and 7C. RGB value is (252,19,124). Sum of RGB (Red+Green+Blue) = 252+19+124=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC137C is #03EC83. Grayscale: #646464. Windows color (decimal): -257156 or 8131580. OLE color: 8131580.
HSL color Cylindrical-coordinate representation of color #FC137C: hue angle of 332.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC137C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 124 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.01 |
| HSL | 332.96º | 0.97% | 0.53% | - |
| HSV(B) | 332.96º | 0.92% | 0.99% | - |
| XYZ | 44.02 | 22.62 | 21.11 | - |
| YUV | 100.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 124 | 0 | 0.92 | 0.51 | 0.01 | 332.96 | 0.97 | 0.53 |
| Hex | FC | 13 | 7C | 0 | 5C | 33 | 1 | 14D | 61 | 35 |
| Octal | 374 | 23 | 174 | 0 | 134 | 63 | 1 | 515 | 141 | 65 |
| Binary | 11111100 | 10011 | 1111100 | 0 | 1011100 | 110011 | 1 | 101001101 | 1100001 | 110101 |
Color Harmonies of #FC137C
Complementary color
Monochromatic Colors of #FC137C
Black with #FC137C
Text Example
Text Example
White with #FC137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC137C; }
p { color: rgb(252,19,124); }
H1.HeaderClassName
{
color: #FC137C;
}
.AnyTagClassName
{
color: #FC137C;
}
</style>
background-color css
<style>
a { background-color: #FC137C; }
a { background-color: rgb(252,19,124); }
div.DivClassName
{
background-color: #FC137C;
}
.BgClassName
{
background-color: #FC137C;
}
</style>
border-color css
<style>
span { border-color: #FC137C; }
span { border-color: rgb(252,19,124); }
td.TdClassName
{
border-color: #FC137C;
}
.TagClassName
{
border-color: #FC137C;
}
</style>