Shades of Pale Magenta #FA7CE4
Tints of Pale Magenta #FA7CE4
RGB
CMYK
RGB Variations
Color information
#FA7CE4 (or 0xFA7CE4) is known color: Pale Magenta. HEX triplet: FA, 7C and E4. RGB value is (250,124,228). Sum of RGB (Red+Green+Blue) = 250+124+228=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 124 (48.83% from 255 or 20.60% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CE4 is #05831B. Grayscale: #ADADAD. Windows color (decimal): -361244 or 14974202. OLE color: 14974202.
HSL color Cylindrical-coordinate representation of color #FA7CE4: hue angle of 310.48º 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 #FA7CE4 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 228 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.02 |
| HSL | 310.48º | 0.93% | 0.73% | - |
| HSV(B) | 310.48º | 0.5% | 0.98% | - |
| XYZ | 60.64 | 40.34 | 77.99 | - |
| YUV | 173.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 228 | 0 | 0.50 | 0.09 | 0.02 | 310.48 | 0.93 | 0.73 |
| Hex | FA | 7C | E4 | 0 | 32 | 9 | 2 | 136 | 5D | 49 |
| Octal | 372 | 174 | 344 | 0 | 62 | 11 | 2 | 466 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11100100 | 0 | 110010 | 1001 | 10 | 100110110 | 1011101 | 1001001 |
Color Harmonies of #FA7CE4
Complementary color
Monochromatic Colors of #FA7CE4
Black with #FA7CE4
Text Example
Text Example
White with #FA7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CE4; }
p { color: rgb(250,124,228); }
H1.HeaderClassName
{
color: #FA7CE4;
}
.AnyTagClassName
{
color: #FA7CE4;
}
</style>
background-color css
<style>
a { background-color: #FA7CE4; }
a { background-color: rgb(250,124,228); }
div.DivClassName
{
background-color: #FA7CE4;
}
.BgClassName
{
background-color: #FA7CE4;
}
</style>
border-color css
<style>
span { border-color: #FA7CE4; }
span { border-color: rgb(250,124,228); }
td.TdClassName
{
border-color: #FA7CE4;
}
.TagClassName
{
border-color: #FA7CE4;
}
</style>