Shades of Pale Magenta #FA7CE5
Tints of Pale Magenta #FA7CE5
RGB
CMYK
RGB Variations
Color information
#FA7CE5 (or 0xFA7CE5) is known color: Pale Magenta. HEX triplet: FA, 7C and E5. RGB value is (250,124,229). Sum of RGB (Red+Green+Blue) = 250+124+229=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 124 (48.83% from 255 or 20.56% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CE5 is #05831A. Grayscale: #ADADAD. Windows color (decimal): -361243 or 15039738. OLE color: 15039738.
HSL color Cylindrical-coordinate representation of color #FA7CE5: hue angle of 310º 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 #FA7CE5 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 229 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.02 |
| HSL | 310º | 0.93% | 0.73% | - |
| HSV(B) | 310º | 0.5% | 0.98% | - |
| XYZ | 60.77 | 40.4 | 78.72 | - |
| YUV | 173.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 229 | 0 | 0.50 | 0.08 | 0.02 | 310 | 0.93 | 0.73 |
| Hex | FA | 7C | E5 | 0 | 32 | 8 | 2 | 136 | 5D | 49 |
| Octal | 372 | 174 | 345 | 0 | 62 | 10 | 2 | 466 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11100101 | 0 | 110010 | 1000 | 10 | 100110110 | 1011101 | 1001001 |
Color Harmonies of #FA7CE5
Complementary color
Monochromatic Colors of #FA7CE5
Black with #FA7CE5
Text Example
Text Example
White with #FA7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CE5; }
p { color: rgb(250,124,229); }
H1.HeaderClassName
{
color: #FA7CE5;
}
.AnyTagClassName
{
color: #FA7CE5;
}
</style>
background-color css
<style>
a { background-color: #FA7CE5; }
a { background-color: rgb(250,124,229); }
div.DivClassName
{
background-color: #FA7CE5;
}
.BgClassName
{
background-color: #FA7CE5;
}
</style>
border-color css
<style>
span { border-color: #FA7CE5; }
span { border-color: rgb(250,124,229); }
td.TdClassName
{
border-color: #FA7CE5;
}
.TagClassName
{
border-color: #FA7CE5;
}
</style>