Shades of Deep Pink #FA0577
Tints of Deep Pink #FA0577
RGB
CMYK
RGB Variations
Color information
#FA0577 (or 0xFA0577) is known color: Deep Pink. HEX triplet: FA, 05 and 77. RGB value is (250,5,119). Sum of RGB (Red+Green+Blue) = 250+5+119=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0577 is #05FA88. Grayscale: #5B5B5B. Windows color (decimal): -391817 or 7800314. OLE color: 7800314.
HSL color Cylindrical-coordinate representation of color #FA0577: hue angle of 332.08º 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 #FA0577 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.02 |
| HSL | 332.08º | 0.96% | 0.5% | - |
| HSV(B) | 332.08º | 0.98% | 0.98% | - |
| XYZ | 42.81 | 21.76 | 19.4 | - |
| YUV | 91.25 | 143.67 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 119 | 0 | 0.98 | 0.52 | 0.02 | 332.08 | 0.96 | 0.5 |
| Hex | FA | 5 | 77 | 0 | 62 | 34 | 2 | 14C | 60 | 32 |
| Octal | 372 | 5 | 167 | 0 | 142 | 64 | 2 | 514 | 140 | 62 |
| Binary | 11111010 | 101 | 1110111 | 0 | 1100010 | 110100 | 10 | 101001100 | 1100000 | 110010 |
Color Harmonies of #FA0577
Complementary color
Monochromatic Colors of #FA0577
Black with #FA0577
Text Example
Text Example
White with #FA0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0577; }
p { color: rgb(250,5,119); }
H1.HeaderClassName
{
color: #FA0577;
}
.AnyTagClassName
{
color: #FA0577;
}
</style>
background-color css
<style>
a { background-color: #FA0577; }
a { background-color: rgb(250,5,119); }
div.DivClassName
{
background-color: #FA0577;
}
.BgClassName
{
background-color: #FA0577;
}
</style>
border-color css
<style>
span { border-color: #FA0577; }
span { border-color: rgb(250,5,119); }
td.TdClassName
{
border-color: #FA0577;
}
.TagClassName
{
border-color: #FA0577;
}
</style>