Shades of Deep Pink #FA0977
Tints of Deep Pink #FA0977
RGB
CMYK
RGB Variations
Color information
#FA0977 (or 0xFA0977) is known color: Deep Pink. HEX triplet: FA, 09 and 77. RGB value is (250,9,119). Sum of RGB (Red+Green+Blue) = 250+9+119=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0977 is #05F688. Grayscale: #5D5D5D. Windows color (decimal): -390793 or 7801338. OLE color: 7801338.
HSL color Cylindrical-coordinate representation of color #FA0977: hue angle of 332.61º 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 #FA0977 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.02 |
| HSL | 332.61º | 0.96% | 0.51% | - |
| HSV(B) | 332.61º | 0.96% | 0.98% | - |
| XYZ | 42.85 | 21.85 | 19.41 | - |
| YUV | 93.6 | 142.34 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 119 | 0 | 0.96 | 0.52 | 0.02 | 332.61 | 0.96 | 0.51 |
| Hex | FA | 9 | 77 | 0 | 60 | 34 | 2 | 14D | 60 | 33 |
| Octal | 372 | 11 | 167 | 0 | 140 | 64 | 2 | 515 | 140 | 63 |
| Binary | 11111010 | 1001 | 1110111 | 0 | 1100000 | 110100 | 10 | 101001101 | 1100000 | 110011 |
Color Harmonies of #FA0977
Complementary color
Monochromatic Colors of #FA0977
Black with #FA0977
Text Example
Text Example
White with #FA0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0977; }
p { color: rgb(250,9,119); }
H1.HeaderClassName
{
color: #FA0977;
}
.AnyTagClassName
{
color: #FA0977;
}
</style>
background-color css
<style>
a { background-color: #FA0977; }
a { background-color: rgb(250,9,119); }
div.DivClassName
{
background-color: #FA0977;
}
.BgClassName
{
background-color: #FA0977;
}
</style>
border-color css
<style>
span { border-color: #FA0977; }
span { border-color: rgb(250,9,119); }
td.TdClassName
{
border-color: #FA0977;
}
.TagClassName
{
border-color: #FA0977;
}
</style>