Shades of Deep Pink #FA0979
Tints of Deep Pink #FA0979
RGB
CMYK
RGB Variations
Color information
#FA0979 (or 0xFA0979) is known color: Deep Pink. HEX triplet: FA, 09 and 79. RGB value is (250,9,121). Sum of RGB (Red+Green+Blue) = 250+9+121=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0979 is #05F686. Grayscale: #5D5D5D. Windows color (decimal): -390791 or 7932410. OLE color: 7932410.
HSL color Cylindrical-coordinate representation of color #FA0979: hue angle of 332.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 #FA0979 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.02 |
| HSL | 332.12º | 0.96% | 0.51% | - |
| HSV(B) | 332.12º | 0.96% | 0.98% | - |
| XYZ | 42.97 | 21.9 | 20.05 | - |
| YUV | 93.83 | 143.34 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 121 | 0 | 0.96 | 0.52 | 0.02 | 332.12 | 0.96 | 0.51 |
| Hex | FA | 9 | 79 | 0 | 60 | 34 | 2 | 14C | 60 | 33 |
| Octal | 372 | 11 | 171 | 0 | 140 | 64 | 2 | 514 | 140 | 63 |
| Binary | 11111010 | 1001 | 1111001 | 0 | 1100000 | 110100 | 10 | 101001100 | 1100000 | 110011 |
Color Harmonies of #FA0979
Complementary color
Monochromatic Colors of #FA0979
Black with #FA0979
Text Example
Text Example
White with #FA0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0979; }
p { color: rgb(250,9,121); }
H1.HeaderClassName
{
color: #FA0979;
}
.AnyTagClassName
{
color: #FA0979;
}
</style>
background-color css
<style>
a { background-color: #FA0979; }
a { background-color: rgb(250,9,121); }
div.DivClassName
{
background-color: #FA0979;
}
.BgClassName
{
background-color: #FA0979;
}
</style>
border-color css
<style>
span { border-color: #FA0979; }
span { border-color: rgb(250,9,121); }
td.TdClassName
{
border-color: #FA0979;
}
.TagClassName
{
border-color: #FA0979;
}
</style>