Shades of Deep Pink #FC137D
Tints of Deep Pink #FC137D
RGB
CMYK
RGB Variations
Color information
#FC137D (or 0xFC137D) is known color: Deep Pink. HEX triplet: FC, 13 and 7D. RGB value is (252,19,125). Sum of RGB (Red+Green+Blue) = 252+19+125=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC137D is #03EC82. Grayscale: #646464. Windows color (decimal): -257155 or 8197116. OLE color: 8197116.
HSL color Cylindrical-coordinate representation of color #FC137D: hue angle of 332.7º 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 #FC137D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.01 |
| HSL | 332.7º | 0.97% | 0.53% | - |
| HSV(B) | 332.7º | 0.92% | 0.99% | - |
| XYZ | 44.08 | 22.64 | 21.45 | - |
| YUV | 100.75 | 141.69 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 125 | 0 | 0.92 | 0.50 | 0.01 | 332.7 | 0.97 | 0.53 |
| Hex | FC | 13 | 7D | 0 | 5C | 32 | 1 | 14D | 61 | 35 |
| Octal | 374 | 23 | 175 | 0 | 134 | 62 | 1 | 515 | 141 | 65 |
| Binary | 11111100 | 10011 | 1111101 | 0 | 1011100 | 110010 | 1 | 101001101 | 1100001 | 110101 |
Color Harmonies of #FC137D
Complementary color
Monochromatic Colors of #FC137D
Black with #FC137D
Text Example
Text Example
White with #FC137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC137D; }
p { color: rgb(252,19,125); }
H1.HeaderClassName
{
color: #FC137D;
}
.AnyTagClassName
{
color: #FC137D;
}
</style>
background-color css
<style>
a { background-color: #FC137D; }
a { background-color: rgb(252,19,125); }
div.DivClassName
{
background-color: #FC137D;
}
.BgClassName
{
background-color: #FC137D;
}
</style>
border-color css
<style>
span { border-color: #FC137D; }
span { border-color: rgb(252,19,125); }
td.TdClassName
{
border-color: #FC137D;
}
.TagClassName
{
border-color: #FC137D;
}
</style>