Shades of Deep Pink #FA0889
Tints of Deep Pink #FA0889
RGB
CMYK
RGB Variations
Color information
#FA0889 (or 0xFA0889) is known color: Deep Pink. HEX triplet: FA, 08 and 89. RGB value is (250,8,137). Sum of RGB (Red+Green+Blue) = 250+8+137=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0889 is #05F776. Grayscale: #5E5E5E. Windows color (decimal): -391031 or 8980730. OLE color: 8980730.
HSL color Cylindrical-coordinate representation of color #FA0889: hue angle of 328.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0889 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 137 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.02 |
| HSL | 328.02º | 0.96% | 0.51% | - |
| HSV(B) | 328.02º | 0.97% | 0.98% | - |
| XYZ | 44.03 | 22.3 | 25.65 | - |
| YUV | 95.06 | 151.67 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 137 | 0 | 0.97 | 0.45 | 0.02 | 328.02 | 0.96 | 0.51 |
| Hex | FA | 8 | 89 | 0 | 61 | 2D | 2 | 148 | 60 | 33 |
| Octal | 372 | 10 | 211 | 0 | 141 | 55 | 2 | 510 | 140 | 63 |
| Binary | 11111010 | 1000 | 10001001 | 0 | 1100001 | 101101 | 10 | 101001000 | 1100000 | 110011 |
Color Harmonies of #FA0889
Complementary color
Monochromatic Colors of #FA0889
Black with #FA0889
Text Example
Text Example
White with #FA0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0889; }
p { color: rgb(250,8,137); }
H1.HeaderClassName
{
color: #FA0889;
}
.AnyTagClassName
{
color: #FA0889;
}
</style>
background-color css
<style>
a { background-color: #FA0889; }
a { background-color: rgb(250,8,137); }
div.DivClassName
{
background-color: #FA0889;
}
.BgClassName
{
background-color: #FA0889;
}
</style>
border-color css
<style>
span { border-color: #FA0889; }
span { border-color: rgb(250,8,137); }
td.TdClassName
{
border-color: #FA0889;
}
.TagClassName
{
border-color: #FA0889;
}
</style>