Shades of Deep Pink #FA0789
Tints of Deep Pink #FA0789
RGB
CMYK
RGB Variations
Color information
#FA0789 (or 0xFA0789) is known color: Deep Pink. HEX triplet: FA, 07 and 89. RGB value is (250,7,137). Sum of RGB (Red+Green+Blue) = 250+7+137=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0789 is #05F876. Grayscale: #5E5E5E. Windows color (decimal): -391287 or 8980474. OLE color: 8980474.
HSL color Cylindrical-coordinate representation of color #FA0789: hue angle of 327.9º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0789 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.02 |
| HSL | 327.9º | 0.96% | 0.5% | - |
| HSV(B) | 327.9º | 0.97% | 0.98% | - |
| XYZ | 44.02 | 22.28 | 25.65 | - |
| YUV | 94.48 | 152.01 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 137 | 0 | 0.97 | 0.45 | 0.02 | 327.9 | 0.96 | 0.5 |
| Hex | FA | 7 | 89 | 0 | 61 | 2D | 2 | 148 | 60 | 32 |
| Octal | 372 | 7 | 211 | 0 | 141 | 55 | 2 | 510 | 140 | 62 |
| Binary | 11111010 | 111 | 10001001 | 0 | 1100001 | 101101 | 10 | 101001000 | 1100000 | 110010 |
Color Harmonies of #FA0789
Complementary color
Monochromatic Colors of #FA0789
Black with #FA0789
Text Example
Text Example
White with #FA0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0789; }
p { color: rgb(250,7,137); }
H1.HeaderClassName
{
color: #FA0789;
}
.AnyTagClassName
{
color: #FA0789;
}
</style>
background-color css
<style>
a { background-color: #FA0789; }
a { background-color: rgb(250,7,137); }
div.DivClassName
{
background-color: #FA0789;
}
.BgClassName
{
background-color: #FA0789;
}
</style>
border-color css
<style>
span { border-color: #FA0789; }
span { border-color: rgb(250,7,137); }
td.TdClassName
{
border-color: #FA0789;
}
.TagClassName
{
border-color: #FA0789;
}
</style>