Shades of Deep Pink #FA1997
Tints of Deep Pink #FA1997
RGB
CMYK
RGB Variations
Color information
#FA1997 (or 0xFA1997) is known color: Deep Pink. HEX triplet: FA, 19 and 97. RGB value is (250,25,151). Sum of RGB (Red+Green+Blue) = 250+25+151=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1997 is #05E668. Grayscale: #6A6A6A. Windows color (decimal): -386665 or 9902586. OLE color: 9902586.
HSL color Cylindrical-coordinate representation of color #FA1997: hue angle of 326.4º 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 #FA1997 is Cyan = 0, Magento = 0.9, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 151 | - |
| CMYK | 0 | 0.9 | 0.40 | 0.02 |
| HSL | 326.4º | 0.96% | 0.54% | - |
| HSV(B) | 326.4º | 0.9% | 0.98% | - |
| XYZ | 45.36 | 23.25 | 31.38 | - |
| YUV | 106.64 | 153.04 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 151 | 0 | 0.9 | 0.40 | 0.02 | 326.4 | 0.96 | 0.54 |
| Hex | FA | 19 | 97 | 0 | 5A | 28 | 2 | 146 | 60 | 36 |
| Octal | 372 | 31 | 227 | 0 | 132 | 50 | 2 | 506 | 140 | 66 |
| Binary | 11111010 | 11001 | 10010111 | 0 | 1011010 | 101000 | 10 | 101000110 | 1100000 | 110110 |
Color Harmonies of #FA1997
Complementary color
Monochromatic Colors of #FA1997
Black with #FA1997
Text Example
Text Example
White with #FA1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1997; }
p { color: rgb(250,25,151); }
H1.HeaderClassName
{
color: #FA1997;
}
.AnyTagClassName
{
color: #FA1997;
}
</style>
background-color css
<style>
a { background-color: #FA1997; }
a { background-color: rgb(250,25,151); }
div.DivClassName
{
background-color: #FA1997;
}
.BgClassName
{
background-color: #FA1997;
}
</style>
border-color css
<style>
span { border-color: #FA1997; }
span { border-color: rgb(250,25,151); }
td.TdClassName
{
border-color: #FA1997;
}
.TagClassName
{
border-color: #FA1997;
}
</style>