Shades of Deep Pink #FA1590
Tints of Deep Pink #FA1590
RGB
CMYK
RGB Variations
Color information
#FA1590 (or 0xFA1590) is known color: Deep Pink. HEX triplet: FA, 15 and 90. RGB value is (250,21,144). Sum of RGB (Red+Green+Blue) = 250+21+144=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1590 is #05EA6F. Grayscale: #676767. Windows color (decimal): -387696 or 9442810. OLE color: 9442810.
HSL color Cylindrical-coordinate representation of color #FA1590: hue angle of 327.77º 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 #FA1590 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 144 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.02 |
| HSL | 327.77º | 0.96% | 0.53% | - |
| HSV(B) | 327.77º | 0.92% | 0.98% | - |
| XYZ | 44.73 | 22.87 | 28.44 | - |
| YUV | 103.49 | 150.87 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 144 | 0 | 0.92 | 0.42 | 0.02 | 327.77 | 0.96 | 0.53 |
| Hex | FA | 15 | 90 | 0 | 5C | 2A | 2 | 148 | 60 | 35 |
| Octal | 372 | 25 | 220 | 0 | 134 | 52 | 2 | 510 | 140 | 65 |
| Binary | 11111010 | 10101 | 10010000 | 0 | 1011100 | 101010 | 10 | 101001000 | 1100000 | 110101 |
Color Harmonies of #FA1590
Complementary color
Monochromatic Colors of #FA1590
Black with #FA1590
Text Example
Text Example
White with #FA1590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1590; }
p { color: rgb(250,21,144); }
H1.HeaderClassName
{
color: #FA1590;
}
.AnyTagClassName
{
color: #FA1590;
}
</style>
background-color css
<style>
a { background-color: #FA1590; }
a { background-color: rgb(250,21,144); }
div.DivClassName
{
background-color: #FA1590;
}
.BgClassName
{
background-color: #FA1590;
}
</style>
border-color css
<style>
span { border-color: #FA1590; }
span { border-color: rgb(250,21,144); }
td.TdClassName
{
border-color: #FA1590;
}
.TagClassName
{
border-color: #FA1590;
}
</style>