Shades of Deep Pink #FA1589
Tints of Deep Pink #FA1589
RGB
CMYK
RGB Variations
Color information
#FA1589 (or 0xFA1589) is known color: Deep Pink. HEX triplet: FA, 15 and 89. RGB value is (250,21,137). Sum of RGB (Red+Green+Blue) = 250+21+137=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1589 is #05EA76. Grayscale: #666666. Windows color (decimal): -387703 or 8984058. OLE color: 8984058.
HSL color Cylindrical-coordinate representation of color #FA1589: hue angle of 329.61º 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 #FA1589 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 137 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.02 |
| HSL | 329.61º | 0.96% | 0.53% | - |
| HSV(B) | 329.61º | 0.92% | 0.98% | - |
| XYZ | 44.21 | 22.67 | 25.71 | - |
| YUV | 102.7 | 147.37 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 137 | 0 | 0.92 | 0.45 | 0.02 | 329.61 | 0.96 | 0.53 |
| Hex | FA | 15 | 89 | 0 | 5C | 2D | 2 | 14A | 60 | 35 |
| Octal | 372 | 25 | 211 | 0 | 134 | 55 | 2 | 512 | 140 | 65 |
| Binary | 11111010 | 10101 | 10001001 | 0 | 1011100 | 101101 | 10 | 101001010 | 1100000 | 110101 |
Color Harmonies of #FA1589
Complementary color
Monochromatic Colors of #FA1589
Black with #FA1589
Text Example
Text Example
White with #FA1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1589; }
p { color: rgb(250,21,137); }
H1.HeaderClassName
{
color: #FA1589;
}
.AnyTagClassName
{
color: #FA1589;
}
</style>
background-color css
<style>
a { background-color: #FA1589; }
a { background-color: rgb(250,21,137); }
div.DivClassName
{
background-color: #FA1589;
}
.BgClassName
{
background-color: #FA1589;
}
</style>
border-color css
<style>
span { border-color: #FA1589; }
span { border-color: rgb(250,21,137); }
td.TdClassName
{
border-color: #FA1589;
}
.TagClassName
{
border-color: #FA1589;
}
</style>