Shades of Pale Magenta #FA7CDF
Tints of Pale Magenta #FA7CDF
RGB
CMYK
RGB Variations
Color information
#FA7CDF (or 0xFA7CDF) is known color: Pale Magenta. HEX triplet: FA, 7C and DF. RGB value is (250,124,223). Sum of RGB (Red+Green+Blue) = 250+124+223=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CDF is #058320. Grayscale: #ACACAC. Windows color (decimal): -361249 or 14646522. OLE color: 14646522.
HSL color Cylindrical-coordinate representation of color #FA7CDF: hue angle of 312.86º 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 #FA7CDF is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 223 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.02 |
| HSL | 312.86º | 0.93% | 0.73% | - |
| HSV(B) | 312.86º | 0.5% | 0.98% | - |
| XYZ | 59.95 | 40.07 | 74.39 | - |
| YUV | 172.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 223 | 0 | 0.50 | 0.11 | 0.02 | 312.86 | 0.93 | 0.73 |
| Hex | FA | 7C | DF | 0 | 32 | B | 2 | 139 | 5D | 49 |
| Octal | 372 | 174 | 337 | 0 | 62 | 13 | 2 | 471 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11011111 | 0 | 110010 | 1011 | 10 | 100111001 | 1011101 | 1001001 |
Color Harmonies of #FA7CDF
Complementary color
Monochromatic Colors of #FA7CDF
Black with #FA7CDF
Text Example
Text Example
White with #FA7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CDF; }
p { color: rgb(250,124,223); }
H1.HeaderClassName
{
color: #FA7CDF;
}
.AnyTagClassName
{
color: #FA7CDF;
}
</style>
background-color css
<style>
a { background-color: #FA7CDF; }
a { background-color: rgb(250,124,223); }
div.DivClassName
{
background-color: #FA7CDF;
}
.BgClassName
{
background-color: #FA7CDF;
}
</style>
border-color css
<style>
span { border-color: #FA7CDF; }
span { border-color: rgb(250,124,223); }
td.TdClassName
{
border-color: #FA7CDF;
}
.TagClassName
{
border-color: #FA7CDF;
}
</style>