Shades of Pale Magenta #FA7CE7
Tints of Pale Magenta #FA7CE7
RGB
CMYK
RGB Variations
Color information
#FA7CE7 (or 0xFA7CE7) is known color: Pale Magenta. HEX triplet: FA, 7C and E7. RGB value is (250,124,231). Sum of RGB (Red+Green+Blue) = 250+124+231=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CE7 is #058318. Grayscale: #ADADAD. Windows color (decimal): -361241 or 15170810. OLE color: 15170810.
HSL color Cylindrical-coordinate representation of color #FA7CE7: hue angle of 309.05º 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 #FA7CE7 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 231 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.02 |
| HSL | 309.05º | 0.93% | 0.73% | - |
| HSV(B) | 309.05º | 0.5% | 0.98% | - |
| XYZ | 61.06 | 40.51 | 80.2 | - |
| YUV | 173.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 231 | 0 | 0.50 | 0.08 | 0.02 | 309.05 | 0.93 | 0.73 |
| Hex | FA | 7C | E7 | 0 | 32 | 8 | 2 | 135 | 5D | 49 |
| Octal | 372 | 174 | 347 | 0 | 62 | 10 | 2 | 465 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11100111 | 0 | 110010 | 1000 | 10 | 100110101 | 1011101 | 1001001 |
Color Harmonies of #FA7CE7
Complementary color
Monochromatic Colors of #FA7CE7
Black with #FA7CE7
Text Example
Text Example
White with #FA7CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CE7; }
p { color: rgb(250,124,231); }
H1.HeaderClassName
{
color: #FA7CE7;
}
.AnyTagClassName
{
color: #FA7CE7;
}
</style>
background-color css
<style>
a { background-color: #FA7CE7; }
a { background-color: rgb(250,124,231); }
div.DivClassName
{
background-color: #FA7CE7;
}
.BgClassName
{
background-color: #FA7CE7;
}
</style>
border-color css
<style>
span { border-color: #FA7CE7; }
span { border-color: rgb(250,124,231); }
td.TdClassName
{
border-color: #FA7CE7;
}
.TagClassName
{
border-color: #FA7CE7;
}
</style>