Shades of Pale Magenta #FA85ED
Tints of Pale Magenta #FA85ED
RGB
CMYK
RGB Variations
Color information
#FA85ED (or 0xFA85ED) is known color: Pale Magenta. HEX triplet: FA, 85 and ED. RGB value is (250,133,237). Sum of RGB (Red+Green+Blue) = 250+133+237=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85ED is #057A12. Grayscale: #B3B3B3. Windows color (decimal): -358931 or 15566330. OLE color: 15566330.
HSL color Cylindrical-coordinate representation of color #FA85ED: hue angle of 306.67º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85ED is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 237 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.02 |
| HSL | 306.67º | 0.92% | 0.75% | - |
| HSV(B) | 306.67º | 0.47% | 0.98% | - |
| XYZ | 63.1 | 43.21 | 85.14 | - |
| YUV | 179.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 237 | 0 | 0.47 | 0.05 | 0.02 | 306.67 | 0.92 | 0.75 |
| Hex | FA | 85 | ED | 0 | 2F | 5 | 2 | 133 | 5C | 4B |
| Octal | 372 | 205 | 355 | 0 | 57 | 5 | 2 | 463 | 134 | 113 |
| Binary | 11111010 | 10000101 | 11101101 | 0 | 101111 | 101 | 10 | 100110011 | 1011100 | 1001011 |
Color Harmonies of #FA85ED
Complementary color
Monochromatic Colors of #FA85ED
Black with #FA85ED
Text Example
Text Example
White with #FA85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85ED; }
p { color: rgb(250,133,237); }
H1.HeaderClassName
{
color: #FA85ED;
}
.AnyTagClassName
{
color: #FA85ED;
}
</style>
background-color css
<style>
a { background-color: #FA85ED; }
a { background-color: rgb(250,133,237); }
div.DivClassName
{
background-color: #FA85ED;
}
.BgClassName
{
background-color: #FA85ED;
}
</style>
border-color css
<style>
span { border-color: #FA85ED; }
span { border-color: rgb(250,133,237); }
td.TdClassName
{
border-color: #FA85ED;
}
.TagClassName
{
border-color: #FA85ED;
}
</style>