Shades of Pale Magenta #FA7CE6
Tints of Pale Magenta #FA7CE6
RGB
CMYK
RGB Variations
Color information
#FA7CE6 (or 0xFA7CE6) is known color: Pale Magenta. HEX triplet: FA, 7C and E6. RGB value is (250,124,230). Sum of RGB (Red+Green+Blue) = 250+124+230=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 124 (48.83% from 255 or 20.53% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CE6 is #058319. Grayscale: #ADADAD. Windows color (decimal): -361242 or 15105274. OLE color: 15105274.
HSL color Cylindrical-coordinate representation of color #FA7CE6: hue angle of 309.52º 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 #FA7CE6 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 230 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.02 |
| HSL | 309.52º | 0.93% | 0.73% | - |
| HSV(B) | 309.52º | 0.5% | 0.98% | - |
| XYZ | 60.91 | 40.45 | 79.46 | - |
| YUV | 173.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 230 | 0 | 0.50 | 0.08 | 0.02 | 309.52 | 0.93 | 0.73 |
| Hex | FA | 7C | E6 | 0 | 32 | 8 | 2 | 136 | 5D | 49 |
| Octal | 372 | 174 | 346 | 0 | 62 | 10 | 2 | 466 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11100110 | 0 | 110010 | 1000 | 10 | 100110110 | 1011101 | 1001001 |
Color Harmonies of #FA7CE6
Complementary color
Monochromatic Colors of #FA7CE6
Black with #FA7CE6
Text Example
Text Example
White with #FA7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CE6; }
p { color: rgb(250,124,230); }
H1.HeaderClassName
{
color: #FA7CE6;
}
.AnyTagClassName
{
color: #FA7CE6;
}
</style>
background-color css
<style>
a { background-color: #FA7CE6; }
a { background-color: rgb(250,124,230); }
div.DivClassName
{
background-color: #FA7CE6;
}
.BgClassName
{
background-color: #FA7CE6;
}
</style>
border-color css
<style>
span { border-color: #FA7CE6; }
span { border-color: rgb(250,124,230); }
td.TdClassName
{
border-color: #FA7CE6;
}
.TagClassName
{
border-color: #FA7CE6;
}
</style>