Shades of Pale Magenta #FA7CE9
Tints of Pale Magenta #FA7CE9
RGB
CMYK
RGB Variations
Color information
#FA7CE9 (or 0xFA7CE9) is known color: Pale Magenta. HEX triplet: FA, 7C and E9. RGB value is (250,124,233). Sum of RGB (Red+Green+Blue) = 250+124+233=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CE9 is #058316. Grayscale: #ADADAD. Windows color (decimal): -361239 or 15301882. OLE color: 15301882.
HSL color Cylindrical-coordinate representation of color #FA7CE9: hue angle of 308.1º 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 #FA7CE9 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 233 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.02 |
| HSL | 308.1º | 0.93% | 0.73% | - |
| HSV(B) | 308.1º | 0.5% | 0.98% | - |
| XYZ | 61.34 | 40.62 | 81.7 | - |
| YUV | 174.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 233 | 0 | 0.50 | 0.07 | 0.02 | 308.1 | 0.93 | 0.73 |
| Hex | FA | 7C | E9 | 0 | 32 | 7 | 2 | 134 | 5D | 49 |
| Octal | 372 | 174 | 351 | 0 | 62 | 7 | 2 | 464 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11101001 | 0 | 110010 | 111 | 10 | 100110100 | 1011101 | 1001001 |
Color Harmonies of #FA7CE9
Complementary color
Monochromatic Colors of #FA7CE9
Black with #FA7CE9
Text Example
Text Example
White with #FA7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CE9; }
p { color: rgb(250,124,233); }
H1.HeaderClassName
{
color: #FA7CE9;
}
.AnyTagClassName
{
color: #FA7CE9;
}
</style>
background-color css
<style>
a { background-color: #FA7CE9; }
a { background-color: rgb(250,124,233); }
div.DivClassName
{
background-color: #FA7CE9;
}
.BgClassName
{
background-color: #FA7CE9;
}
</style>
border-color css
<style>
span { border-color: #FA7CE9; }
span { border-color: rgb(250,124,233); }
td.TdClassName
{
border-color: #FA7CE9;
}
.TagClassName
{
border-color: #FA7CE9;
}
</style>