Shades of Deep Pink #FA0981
Tints of Deep Pink #FA0981
RGB
CMYK
RGB Variations
Color information
#FA0981 (or 0xFA0981) is known color: Deep Pink. HEX triplet: FA, 09 and 81. RGB value is (250,9,129). Sum of RGB (Red+Green+Blue) = 250+9+129=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0981 is #05F67E. Grayscale: #5E5E5E. Windows color (decimal): -390783 or 8456698. OLE color: 8456698.
HSL color Cylindrical-coordinate representation of color #FA0981: hue angle of 330.12º 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 #FA0981 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.02 |
| HSL | 330.12º | 0.96% | 0.51% | - |
| HSV(B) | 330.12º | 0.96% | 0.98% | - |
| XYZ | 43.48 | 22.1 | 22.74 | - |
| YUV | 94.74 | 147.34 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 129 | 0 | 0.96 | 0.48 | 0.02 | 330.12 | 0.96 | 0.51 |
| Hex | FA | 9 | 81 | 0 | 60 | 30 | 2 | 14A | 60 | 33 |
| Octal | 372 | 11 | 201 | 0 | 140 | 60 | 2 | 512 | 140 | 63 |
| Binary | 11111010 | 1001 | 10000001 | 0 | 1100000 | 110000 | 10 | 101001010 | 1100000 | 110011 |
Color Harmonies of #FA0981
Complementary color
Monochromatic Colors of #FA0981
Black with #FA0981
Text Example
Text Example
White with #FA0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0981; }
p { color: rgb(250,9,129); }
H1.HeaderClassName
{
color: #FA0981;
}
.AnyTagClassName
{
color: #FA0981;
}
</style>
background-color css
<style>
a { background-color: #FA0981; }
a { background-color: rgb(250,9,129); }
div.DivClassName
{
background-color: #FA0981;
}
.BgClassName
{
background-color: #FA0981;
}
</style>
border-color css
<style>
span { border-color: #FA0981; }
span { border-color: rgb(250,9,129); }
td.TdClassName
{
border-color: #FA0981;
}
.TagClassName
{
border-color: #FA0981;
}
</style>