Shades of Deep Pink #FA137A
Tints of Deep Pink #FA137A
RGB
CMYK
RGB Variations
Color information
#FA137A (or 0xFA137A) is known color: Deep Pink. HEX triplet: FA, 13 and 7A. RGB value is (250,19,122). Sum of RGB (Red+Green+Blue) = 250+19+122=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA137A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA137A is #05EC85. Grayscale: #636363. Windows color (decimal): -388230 or 8000506. OLE color: 8000506.
HSL color Cylindrical-coordinate representation of color #FA137A: hue angle of 333.25º 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 #FA137A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 122 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.02 |
| HSL | 333.25º | 0.96% | 0.53% | - |
| HSV(B) | 333.25º | 0.92% | 0.98% | - |
| XYZ | 43.17 | 22.19 | 20.42 | - |
| YUV | 99.81 | 140.53 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 122 | 0 | 0.92 | 0.51 | 0.02 | 333.25 | 0.96 | 0.53 |
| Hex | FA | 13 | 7A | 0 | 5C | 33 | 2 | 14D | 60 | 35 |
| Octal | 372 | 23 | 172 | 0 | 134 | 63 | 2 | 515 | 140 | 65 |
| Binary | 11111010 | 10011 | 1111010 | 0 | 1011100 | 110011 | 10 | 101001101 | 1100000 | 110101 |
Color Harmonies of #FA137A
Complementary color
Monochromatic Colors of #FA137A
Black with #FA137A
Text Example
Text Example
White with #FA137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA137A; }
p { color: rgb(250,19,122); }
H1.HeaderClassName
{
color: #FA137A;
}
.AnyTagClassName
{
color: #FA137A;
}
</style>
background-color css
<style>
a { background-color: #FA137A; }
a { background-color: rgb(250,19,122); }
div.DivClassName
{
background-color: #FA137A;
}
.BgClassName
{
background-color: #FA137A;
}
</style>
border-color css
<style>
span { border-color: #FA137A; }
span { border-color: rgb(250,19,122); }
td.TdClassName
{
border-color: #FA137A;
}
.TagClassName
{
border-color: #FA137A;
}
</style>