Shades of Deep Pink #FA197A
Tints of Deep Pink #FA197A
RGB
CMYK
RGB Variations
Color information
#FA197A (or 0xFA197A) is known color: Deep Pink. HEX triplet: FA, 19 and 7A. RGB value is (250,25,122). Sum of RGB (Red+Green+Blue) = 250+25+122=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA197A is #05E685. Grayscale: #676767. Windows color (decimal): -386694 or 8002042. OLE color: 8002042.
HSL color Cylindrical-coordinate representation of color #FA197A: hue angle of 334.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA197A is Cyan = 0, Magento = 0.9, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 122 | - |
| CMYK | 0 | 0.9 | 0.51 | 0.02 |
| HSL | 334.13º | 0.96% | 0.54% | - |
| HSV(B) | 334.13º | 0.9% | 0.98% | - |
| XYZ | 43.28 | 22.42 | 20.46 | - |
| YUV | 103.33 | 138.54 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 122 | 0 | 0.9 | 0.51 | 0.02 | 334.13 | 0.96 | 0.54 |
| Hex | FA | 19 | 7A | 0 | 5A | 33 | 2 | 14E | 60 | 36 |
| Octal | 372 | 31 | 172 | 0 | 132 | 63 | 2 | 516 | 140 | 66 |
| Binary | 11111010 | 11001 | 1111010 | 0 | 1011010 | 110011 | 10 | 101001110 | 1100000 | 110110 |
Color Harmonies of #FA197A
Complementary color
Monochromatic Colors of #FA197A
Black with #FA197A
Text Example
Text Example
White with #FA197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA197A; }
p { color: rgb(250,25,122); }
H1.HeaderClassName
{
color: #FA197A;
}
.AnyTagClassName
{
color: #FA197A;
}
</style>
background-color css
<style>
a { background-color: #FA197A; }
a { background-color: rgb(250,25,122); }
div.DivClassName
{
background-color: #FA197A;
}
.BgClassName
{
background-color: #FA197A;
}
</style>
border-color css
<style>
span { border-color: #FA197A; }
span { border-color: rgb(250,25,122); }
td.TdClassName
{
border-color: #FA197A;
}
.TagClassName
{
border-color: #FA197A;
}
</style>