Shades of Pale Magenta #FA6DE6
Tints of Pale Magenta #FA6DE6
RGB
CMYK
RGB Variations
Color information
#FA6DE6 (or 0xFA6DE6) is known color: Pale Magenta. HEX triplet: FA, 6D and E6. RGB value is (250,109,230). Sum of RGB (Red+Green+Blue) = 250+109+230=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DE6 is #059219. Grayscale: #A4A4A4. Windows color (decimal): -365082 or 15101434. OLE color: 15101434.
HSL color Cylindrical-coordinate representation of color #FA6DE6: hue angle of 308.51º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DE6 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 230 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.02 |
| HSL | 308.51º | 0.93% | 0.7% | - |
| HSV(B) | 308.51º | 0.56% | 0.98% | - |
| XYZ | 59.18 | 36.97 | 78.88 | - |
| YUV | 164.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 230 | 0 | 0.56 | 0.08 | 0.02 | 308.51 | 0.93 | 0.7 |
| Hex | FA | 6D | E6 | 0 | 38 | 8 | 2 | 135 | 5D | 46 |
| Octal | 372 | 155 | 346 | 0 | 70 | 10 | 2 | 465 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11100110 | 0 | 111000 | 1000 | 10 | 100110101 | 1011101 | 1000110 |
Color Harmonies of #FA6DE6
Complementary color
Monochromatic Colors of #FA6DE6
Black with #FA6DE6
Text Example
Text Example
White with #FA6DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DE6; }
p { color: rgb(250,109,230); }
H1.HeaderClassName
{
color: #FA6DE6;
}
.AnyTagClassName
{
color: #FA6DE6;
}
</style>
background-color css
<style>
a { background-color: #FA6DE6; }
a { background-color: rgb(250,109,230); }
div.DivClassName
{
background-color: #FA6DE6;
}
.BgClassName
{
background-color: #FA6DE6;
}
</style>
border-color css
<style>
span { border-color: #FA6DE6; }
span { border-color: rgb(250,109,230); }
td.TdClassName
{
border-color: #FA6DE6;
}
.TagClassName
{
border-color: #FA6DE6;
}
</style>