Shades of Deep Pink #FA0780
Tints of Deep Pink #FA0780
RGB
CMYK
RGB Variations
Color information
#FA0780 (or 0xFA0780) is known color: Deep Pink. HEX triplet: FA, 07 and 80. RGB value is (250,7,128). Sum of RGB (Red+Green+Blue) = 250+7+128=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0780 is #05F87F. Grayscale: #5D5D5D. Windows color (decimal): -391296 or 8390650. OLE color: 8390650.
HSL color Cylindrical-coordinate representation of color #FA0780: hue angle of 330.12º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0780 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.02 |
| HSL | 330.12º | 0.96% | 0.5% | - |
| HSV(B) | 330.12º | 0.97% | 0.98% | - |
| XYZ | 43.4 | 22.03 | 22.39 | - |
| YUV | 93.45 | 147.51 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 128 | 0 | 0.97 | 0.49 | 0.02 | 330.12 | 0.96 | 0.5 |
| Hex | FA | 7 | 80 | 0 | 61 | 31 | 2 | 14A | 60 | 32 |
| Octal | 372 | 7 | 200 | 0 | 141 | 61 | 2 | 512 | 140 | 62 |
| Binary | 11111010 | 111 | 10000000 | 0 | 1100001 | 110001 | 10 | 101001010 | 1100000 | 110010 |
Color Harmonies of #FA0780
Complementary color
Monochromatic Colors of #FA0780
Black with #FA0780
Text Example
Text Example
White with #FA0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0780; }
p { color: rgb(250,7,128); }
H1.HeaderClassName
{
color: #FA0780;
}
.AnyTagClassName
{
color: #FA0780;
}
</style>
background-color css
<style>
a { background-color: #FA0780; }
a { background-color: rgb(250,7,128); }
div.DivClassName
{
background-color: #FA0780;
}
.BgClassName
{
background-color: #FA0780;
}
</style>
border-color css
<style>
span { border-color: #FA0780; }
span { border-color: rgb(250,7,128); }
td.TdClassName
{
border-color: #FA0780;
}
.TagClassName
{
border-color: #FA0780;
}
</style>