Shades of Deep Pink #FA1990
Tints of Deep Pink #FA1990
RGB
CMYK
RGB Variations
Color information
#FA1990 (or 0xFA1990) is known color: Deep Pink. HEX triplet: FA, 19 and 90. RGB value is (250,25,144). Sum of RGB (Red+Green+Blue) = 250+25+144=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1990 is #05E66F. Grayscale: #696969. Windows color (decimal): -386672 or 9443834. OLE color: 9443834.
HSL color Cylindrical-coordinate representation of color #FA1990: hue angle of 328.27º 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 #FA1990 is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 144 | - |
| CMYK | 0 | 0.9 | 0.42 | 0.02 |
| HSL | 328.27º | 0.96% | 0.54% | - |
| HSV(B) | 328.27º | 0.9% | 0.98% | - |
| XYZ | 44.81 | 23.03 | 28.47 | - |
| YUV | 105.84 | 149.54 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 144 | 0 | 0.9 | 0.42 | 0.02 | 328.27 | 0.96 | 0.54 |
| Hex | FA | 19 | 90 | 0 | 5A | 2A | 2 | 148 | 60 | 36 |
| Octal | 372 | 31 | 220 | 0 | 132 | 52 | 2 | 510 | 140 | 66 |
| Binary | 11111010 | 11001 | 10010000 | 0 | 1011010 | 101010 | 10 | 101001000 | 1100000 | 110110 |
Color Harmonies of #FA1990
Complementary color
Monochromatic Colors of #FA1990
Black with #FA1990
Text Example
Text Example
White with #FA1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1990; }
p { color: rgb(250,25,144); }
H1.HeaderClassName
{
color: #FA1990;
}
.AnyTagClassName
{
color: #FA1990;
}
</style>
background-color css
<style>
a { background-color: #FA1990; }
a { background-color: rgb(250,25,144); }
div.DivClassName
{
background-color: #FA1990;
}
.BgClassName
{
background-color: #FA1990;
}
</style>
border-color css
<style>
span { border-color: #FA1990; }
span { border-color: rgb(250,25,144); }
td.TdClassName
{
border-color: #FA1990;
}
.TagClassName
{
border-color: #FA1990;
}
</style>