Shades of Deep Pink #FA0E89
Tints of Deep Pink #FA0E89
RGB
CMYK
RGB Variations
Color information
#FA0E89 (or 0xFA0E89) is known color: Deep Pink. HEX triplet: FA, 0E and 89. RGB value is (250,14,137). Sum of RGB (Red+Green+Blue) = 250+14+137=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0E89 is #05F176. Grayscale: #626262. Windows color (decimal): -389495 or 8982266. OLE color: 8982266.
HSL color Cylindrical-coordinate representation of color #FA0E89: hue angle of 328.73º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0E89 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 137 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.02 |
| HSL | 328.73º | 0.96% | 0.52% | - |
| HSV(B) | 328.73º | 0.94% | 0.98% | - |
| XYZ | 44.1 | 22.44 | 25.67 | - |
| YUV | 98.59 | 149.69 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 137 | 0 | 0.94 | 0.45 | 0.02 | 328.73 | 0.96 | 0.52 |
| Hex | FA | E | 89 | 0 | 5E | 2D | 2 | 149 | 60 | 34 |
| Octal | 372 | 16 | 211 | 0 | 136 | 55 | 2 | 511 | 140 | 64 |
| Binary | 11111010 | 1110 | 10001001 | 0 | 1011110 | 101101 | 10 | 101001001 | 1100000 | 110100 |
Color Harmonies of #FA0E89
Complementary color
Monochromatic Colors of #FA0E89
Black with #FA0E89
Text Example
Text Example
White with #FA0E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0E89; }
p { color: rgb(250,14,137); }
H1.HeaderClassName
{
color: #FA0E89;
}
.AnyTagClassName
{
color: #FA0E89;
}
</style>
background-color css
<style>
a { background-color: #FA0E89; }
a { background-color: rgb(250,14,137); }
div.DivClassName
{
background-color: #FA0E89;
}
.BgClassName
{
background-color: #FA0E89;
}
</style>
border-color css
<style>
span { border-color: #FA0E89; }
span { border-color: rgb(250,14,137); }
td.TdClassName
{
border-color: #FA0E89;
}
.TagClassName
{
border-color: #FA0E89;
}
</style>