Shades of Deep Pink #FA137C
Tints of Deep Pink #FA137C
RGB
CMYK
RGB Variations
Color information
#FA137C (or 0xFA137C) is known color: Deep Pink. HEX triplet: FA, 13 and 7C. RGB value is (250,19,124). Sum of RGB (Red+Green+Blue) = 250+19+124=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA137C is #05EC83. Grayscale: #636363. Windows color (decimal): -388228 or 8131578. OLE color: 8131578.
HSL color Cylindrical-coordinate representation of color #FA137C: hue angle of 332.73º 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 #FA137C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 124 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.02 |
| HSL | 332.73º | 0.96% | 0.53% | - |
| HSV(B) | 332.73º | 0.92% | 0.98% | - |
| XYZ | 43.3 | 22.24 | 21.08 | - |
| YUV | 100.04 | 141.53 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 124 | 0 | 0.92 | 0.50 | 0.02 | 332.73 | 0.96 | 0.53 |
| Hex | FA | 13 | 7C | 0 | 5C | 32 | 2 | 14D | 60 | 35 |
| Octal | 372 | 23 | 174 | 0 | 134 | 62 | 2 | 515 | 140 | 65 |
| Binary | 11111010 | 10011 | 1111100 | 0 | 1011100 | 110010 | 10 | 101001101 | 1100000 | 110101 |
Color Harmonies of #FA137C
Complementary color
Monochromatic Colors of #FA137C
Black with #FA137C
Text Example
Text Example
White with #FA137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA137C; }
p { color: rgb(250,19,124); }
H1.HeaderClassName
{
color: #FA137C;
}
.AnyTagClassName
{
color: #FA137C;
}
</style>
background-color css
<style>
a { background-color: #FA137C; }
a { background-color: rgb(250,19,124); }
div.DivClassName
{
background-color: #FA137C;
}
.BgClassName
{
background-color: #FA137C;
}
</style>
border-color css
<style>
span { border-color: #FA137C; }
span { border-color: rgb(250,19,124); }
td.TdClassName
{
border-color: #FA137C;
}
.TagClassName
{
border-color: #FA137C;
}
</style>