Shades of Deep Pink #FA0986
Tints of Deep Pink #FA0986
RGB
CMYK
RGB Variations
Color information
#FA0986 (or 0xFA0986) is known color: Deep Pink. HEX triplet: FA, 09 and 86. RGB value is (250,9,134). Sum of RGB (Red+Green+Blue) = 250+9+134=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0986 is #05F679. Grayscale: #5F5F5F. Windows color (decimal): -390778 or 8784378. OLE color: 8784378.
HSL color Cylindrical-coordinate representation of color #FA0986: hue angle of 328.88º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0986 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.02 |
| HSL | 328.88º | 0.96% | 0.51% | - |
| HSV(B) | 328.88º | 0.96% | 0.98% | - |
| XYZ | 43.83 | 22.24 | 24.54 | - |
| YUV | 95.31 | 149.84 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 134 | 0 | 0.96 | 0.46 | 0.02 | 328.88 | 0.96 | 0.51 |
| Hex | FA | 9 | 86 | 0 | 60 | 2E | 2 | 149 | 60 | 33 |
| Octal | 372 | 11 | 206 | 0 | 140 | 56 | 2 | 511 | 140 | 63 |
| Binary | 11111010 | 1001 | 10000110 | 0 | 1100000 | 101110 | 10 | 101001001 | 1100000 | 110011 |
Color Harmonies of #FA0986
Complementary color
Monochromatic Colors of #FA0986
Black with #FA0986
Text Example
Text Example
White with #FA0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0986; }
p { color: rgb(250,9,134); }
H1.HeaderClassName
{
color: #FA0986;
}
.AnyTagClassName
{
color: #FA0986;
}
</style>
background-color css
<style>
a { background-color: #FA0986; }
a { background-color: rgb(250,9,134); }
div.DivClassName
{
background-color: #FA0986;
}
.BgClassName
{
background-color: #FA0986;
}
</style>
border-color css
<style>
span { border-color: #FA0986; }
span { border-color: rgb(250,9,134); }
td.TdClassName
{
border-color: #FA0986;
}
.TagClassName
{
border-color: #FA0986;
}
</style>