Shades of Deep Pink #FA0579
Tints of Deep Pink #FA0579
RGB
CMYK
RGB Variations
Color information
#FA0579 (or 0xFA0579) is known color: Deep Pink. HEX triplet: FA, 05 and 79. RGB value is (250,5,121). Sum of RGB (Red+Green+Blue) = 250+5+121=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0579 is #05FA86. Grayscale: #5B5B5B. Windows color (decimal): -391815 or 7931386. OLE color: 7931386.
HSL color Cylindrical-coordinate representation of color #FA0579: hue angle of 331.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0579 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.02 |
| HSL | 331.59º | 0.96% | 0.5% | - |
| HSV(B) | 331.59º | 0.98% | 0.98% | - |
| XYZ | 42.93 | 21.81 | 20.04 | - |
| YUV | 91.48 | 144.67 | 241.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 121 | 0 | 0.98 | 0.52 | 0.02 | 331.59 | 0.96 | 0.5 |
| Hex | FA | 5 | 79 | 0 | 62 | 34 | 2 | 14C | 60 | 32 |
| Octal | 372 | 5 | 171 | 0 | 142 | 64 | 2 | 514 | 140 | 62 |
| Binary | 11111010 | 101 | 1111001 | 0 | 1100010 | 110100 | 10 | 101001100 | 1100000 | 110010 |
Color Harmonies of #FA0579
Complementary color
Monochromatic Colors of #FA0579
Black with #FA0579
Text Example
Text Example
White with #FA0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0579; }
p { color: rgb(250,5,121); }
H1.HeaderClassName
{
color: #FA0579;
}
.AnyTagClassName
{
color: #FA0579;
}
</style>
background-color css
<style>
a { background-color: #FA0579; }
a { background-color: rgb(250,5,121); }
div.DivClassName
{
background-color: #FA0579;
}
.BgClassName
{
background-color: #FA0579;
}
</style>
border-color css
<style>
span { border-color: #FA0579; }
span { border-color: rgb(250,5,121); }
td.TdClassName
{
border-color: #FA0579;
}
.TagClassName
{
border-color: #FA0579;
}
</style>