Shades of Pale Magenta #FA7CE2
Tints of Pale Magenta #FA7CE2
RGB
CMYK
RGB Variations
Color information
#FA7CE2 (or 0xFA7CE2) is known color: Pale Magenta. HEX triplet: FA, 7C and E2. RGB value is (250,124,226). Sum of RGB (Red+Green+Blue) = 250+124+226=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CE2 is #05831D. Grayscale: #ADADAD. Windows color (decimal): -361246 or 14843130. OLE color: 14843130.
HSL color Cylindrical-coordinate representation of color #FA7CE2: hue angle of 311.43º 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 #FA7CE2 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 226 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.02 |
| HSL | 311.43º | 0.93% | 0.73% | - |
| HSV(B) | 311.43º | 0.5% | 0.98% | - |
| XYZ | 60.36 | 40.23 | 76.54 | - |
| YUV | 173.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 226 | 0 | 0.50 | 0.10 | 0.02 | 311.43 | 0.93 | 0.73 |
| Hex | FA | 7C | E2 | 0 | 32 | A | 2 | 137 | 5D | 49 |
| Octal | 372 | 174 | 342 | 0 | 62 | 12 | 2 | 467 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11100010 | 0 | 110010 | 1010 | 10 | 100110111 | 1011101 | 1001001 |
Color Harmonies of #FA7CE2
Complementary color
Monochromatic Colors of #FA7CE2
Black with #FA7CE2
Text Example
Text Example
White with #FA7CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CE2; }
p { color: rgb(250,124,226); }
H1.HeaderClassName
{
color: #FA7CE2;
}
.AnyTagClassName
{
color: #FA7CE2;
}
</style>
background-color css
<style>
a { background-color: #FA7CE2; }
a { background-color: rgb(250,124,226); }
div.DivClassName
{
background-color: #FA7CE2;
}
.BgClassName
{
background-color: #FA7CE2;
}
</style>
border-color css
<style>
span { border-color: #FA7CE2; }
span { border-color: rgb(250,124,226); }
td.TdClassName
{
border-color: #FA7CE2;
}
.TagClassName
{
border-color: #FA7CE2;
}
</style>