Shades of Pale Magenta #FA76DC
Tints of Pale Magenta #FA76DC
RGB
CMYK
RGB Variations
Color information
#FA76DC (or 0xFA76DC) is known color: Pale Magenta. HEX triplet: FA, 76 and DC. RGB value is (250,118,220). Sum of RGB (Red+Green+Blue) = 250+118+220=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76DC is #058923. Grayscale: #A8A8A8. Windows color (decimal): -362788 or 14448378. OLE color: 14448378.
HSL color Cylindrical-coordinate representation of color #FA76DC: hue angle of 313.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76DC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 220 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.02 |
| HSL | 313.64º | 0.93% | 0.72% | - |
| HSV(B) | 313.64º | 0.53% | 0.98% | - |
| XYZ | 58.82 | 38.45 | 72.03 | - |
| YUV | 169.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 220 | 0 | 0.53 | 0.12 | 0.02 | 313.64 | 0.93 | 0.72 |
| Hex | FA | 76 | DC | 0 | 35 | C | 2 | 13A | 5D | 48 |
| Octal | 372 | 166 | 334 | 0 | 65 | 14 | 2 | 472 | 135 | 110 |
| Binary | 11111010 | 1110110 | 11011100 | 0 | 110101 | 1100 | 10 | 100111010 | 1011101 | 1001000 |
Color Harmonies of #FA76DC
Complementary color
Monochromatic Colors of #FA76DC
Black with #FA76DC
Text Example
Text Example
White with #FA76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76DC; }
p { color: rgb(250,118,220); }
H1.HeaderClassName
{
color: #FA76DC;
}
.AnyTagClassName
{
color: #FA76DC;
}
</style>
background-color css
<style>
a { background-color: #FA76DC; }
a { background-color: rgb(250,118,220); }
div.DivClassName
{
background-color: #FA76DC;
}
.BgClassName
{
background-color: #FA76DC;
}
</style>
border-color css
<style>
span { border-color: #FA76DC; }
span { border-color: rgb(250,118,220); }
td.TdClassName
{
border-color: #FA76DC;
}
.TagClassName
{
border-color: #FA76DC;
}
</style>