Shades of Pale Magenta #FA6CE7
Tints of Pale Magenta #FA6CE7
RGB
CMYK
RGB Variations
Color information
#FA6CE7 (or 0xFA6CE7) is known color: Pale Magenta. HEX triplet: FA, 6C and E7. RGB value is (250,108,231). Sum of RGB (Red+Green+Blue) = 250+108+231=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CE7 is #059318. Grayscale: #A4A4A4. Windows color (decimal): -365337 or 15166714. OLE color: 15166714.
HSL color Cylindrical-coordinate representation of color #FA6CE7: hue angle of 308.03º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CE7 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 231 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.02 |
| HSL | 308.03º | 0.93% | 0.7% | - |
| HSV(B) | 308.03º | 0.57% | 0.98% | - |
| XYZ | 59.21 | 36.82 | 79.59 | - |
| YUV | 164.48 | 165.54 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 231 | 0 | 0.57 | 0.08 | 0.02 | 308.03 | 0.93 | 0.7 |
| Hex | FA | 6C | E7 | 0 | 39 | 8 | 2 | 134 | 5D | 46 |
| Octal | 372 | 154 | 347 | 0 | 71 | 10 | 2 | 464 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11100111 | 0 | 111001 | 1000 | 10 | 100110100 | 1011101 | 1000110 |
Color Harmonies of #FA6CE7
Complementary color
Monochromatic Colors of #FA6CE7
Black with #FA6CE7
Text Example
Text Example
White with #FA6CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CE7; }
p { color: rgb(250,108,231); }
H1.HeaderClassName
{
color: #FA6CE7;
}
.AnyTagClassName
{
color: #FA6CE7;
}
</style>
background-color css
<style>
a { background-color: #FA6CE7; }
a { background-color: rgb(250,108,231); }
div.DivClassName
{
background-color: #FA6CE7;
}
.BgClassName
{
background-color: #FA6CE7;
}
</style>
border-color css
<style>
span { border-color: #FA6CE7; }
span { border-color: rgb(250,108,231); }
td.TdClassName
{
border-color: #FA6CE7;
}
.TagClassName
{
border-color: #FA6CE7;
}
</style>