Shades of Deep Pink #FA137D
Tints of Deep Pink #FA137D
RGB
CMYK
RGB Variations
Color information
#FA137D (or 0xFA137D) is known color: Deep Pink. HEX triplet: FA, 13 and 7D. RGB value is (250,19,125). Sum of RGB (Red+Green+Blue) = 250+19+125=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA137D is #05EC82. Grayscale: #636363. Windows color (decimal): -388227 or 8197114. OLE color: 8197114.
HSL color Cylindrical-coordinate representation of color #FA137D: hue angle of 332.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA137D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.02 |
| HSL | 332.47º | 0.96% | 0.53% | - |
| HSV(B) | 332.47º | 0.92% | 0.98% | - |
| XYZ | 43.36 | 22.27 | 21.42 | - |
| YUV | 100.15 | 142.03 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 125 | 0 | 0.92 | 0.50 | 0.02 | 332.47 | 0.96 | 0.53 |
| Hex | FA | 13 | 7D | 0 | 5C | 32 | 2 | 14C | 60 | 35 |
| Octal | 372 | 23 | 175 | 0 | 134 | 62 | 2 | 514 | 140 | 65 |
| Binary | 11111010 | 10011 | 1111101 | 0 | 1011100 | 110010 | 10 | 101001100 | 1100000 | 110101 |
Color Harmonies of #FA137D
Complementary color
Monochromatic Colors of #FA137D
Black with #FA137D
Text Example
Text Example
White with #FA137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA137D; }
p { color: rgb(250,19,125); }
H1.HeaderClassName
{
color: #FA137D;
}
.AnyTagClassName
{
color: #FA137D;
}
</style>
background-color css
<style>
a { background-color: #FA137D; }
a { background-color: rgb(250,19,125); }
div.DivClassName
{
background-color: #FA137D;
}
.BgClassName
{
background-color: #FA137D;
}
</style>
border-color css
<style>
span { border-color: #FA137D; }
span { border-color: rgb(250,19,125); }
td.TdClassName
{
border-color: #FA137D;
}
.TagClassName
{
border-color: #FA137D;
}
</style>