Shades of Pale Magenta #FA7CDC
Tints of Pale Magenta #FA7CDC
RGB
CMYK
RGB Variations
Color information
#FA7CDC (or 0xFA7CDC) is known color: Pale Magenta. HEX triplet: FA, 7C and DC. RGB value is (250,124,220). Sum of RGB (Red+Green+Blue) = 250+124+220=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CDC is #058323. Grayscale: #ACACAC. Windows color (decimal): -361252 or 14449914. OLE color: 14449914.
HSL color Cylindrical-coordinate representation of color #FA7CDC: hue angle of 314.29º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CDC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 220 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.02 |
| HSL | 314.29º | 0.93% | 0.73% | - |
| HSV(B) | 314.29º | 0.5% | 0.98% | - |
| XYZ | 59.55 | 39.91 | 72.27 | - |
| YUV | 172.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 220 | 0 | 0.50 | 0.12 | 0.02 | 314.29 | 0.93 | 0.73 |
| Hex | FA | 7C | DC | 0 | 32 | C | 2 | 13A | 5D | 49 |
| Octal | 372 | 174 | 334 | 0 | 62 | 14 | 2 | 472 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11011100 | 0 | 110010 | 1100 | 10 | 100111010 | 1011101 | 1001001 |
Color Harmonies of #FA7CDC
Complementary color
Monochromatic Colors of #FA7CDC
Black with #FA7CDC
Text Example
Text Example
White with #FA7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CDC; }
p { color: rgb(250,124,220); }
H1.HeaderClassName
{
color: #FA7CDC;
}
.AnyTagClassName
{
color: #FA7CDC;
}
</style>
background-color css
<style>
a { background-color: #FA7CDC; }
a { background-color: rgb(250,124,220); }
div.DivClassName
{
background-color: #FA7CDC;
}
.BgClassName
{
background-color: #FA7CDC;
}
</style>
border-color css
<style>
span { border-color: #FA7CDC; }
span { border-color: rgb(250,124,220); }
td.TdClassName
{
border-color: #FA7CDC;
}
.TagClassName
{
border-color: #FA7CDC;
}
</style>