Shades of Deep Pink #FA1389
Tints of Deep Pink #FA1389
RGB
CMYK
RGB Variations
Color information
#FA1389 (or 0xFA1389) is known color: Deep Pink. HEX triplet: FA, 13 and 89. RGB value is (250,19,137). Sum of RGB (Red+Green+Blue) = 250+19+137=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1389 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1389 is #05EC76. Grayscale: #656565. Windows color (decimal): -388215 or 8983546. OLE color: 8983546.
HSL color Cylindrical-coordinate representation of color #FA1389: hue angle of 329.35º 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 #FA1389 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 137 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.02 |
| HSL | 329.35º | 0.96% | 0.53% | - |
| HSV(B) | 329.35º | 0.92% | 0.98% | - |
| XYZ | 44.17 | 22.6 | 25.7 | - |
| YUV | 101.52 | 148.03 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 137 | 0 | 0.92 | 0.45 | 0.02 | 329.35 | 0.96 | 0.53 |
| Hex | FA | 13 | 89 | 0 | 5C | 2D | 2 | 149 | 60 | 35 |
| Octal | 372 | 23 | 211 | 0 | 134 | 55 | 2 | 511 | 140 | 65 |
| Binary | 11111010 | 10011 | 10001001 | 0 | 1011100 | 101101 | 10 | 101001001 | 1100000 | 110101 |
Color Harmonies of #FA1389
Complementary color
Monochromatic Colors of #FA1389
Black with #FA1389
Text Example
Text Example
White with #FA1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1389; }
p { color: rgb(250,19,137); }
H1.HeaderClassName
{
color: #FA1389;
}
.AnyTagClassName
{
color: #FA1389;
}
</style>
background-color css
<style>
a { background-color: #FA1389; }
a { background-color: rgb(250,19,137); }
div.DivClassName
{
background-color: #FA1389;
}
.BgClassName
{
background-color: #FA1389;
}
</style>
border-color css
<style>
span { border-color: #FA1389; }
span { border-color: rgb(250,19,137); }
td.TdClassName
{
border-color: #FA1389;
}
.TagClassName
{
border-color: #FA1389;
}
</style>