Shades of Pale Magenta #FA85E5
Tints of Pale Magenta #FA85E5
RGB
CMYK
RGB Variations
Color information
#FA85E5 (or 0xFA85E5) is known color: Pale Magenta. HEX triplet: FA, 85 and E5. RGB value is (250,133,229). Sum of RGB (Red+Green+Blue) = 250+133+229=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85E5 is #057A1A. Grayscale: #B2B2B2. Windows color (decimal): -358939 or 15042042. OLE color: 15042042.
HSL color Cylindrical-coordinate representation of color #FA85E5: hue angle of 310.77º 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 #FA85E5 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 229 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.02 |
| HSL | 310.77º | 0.92% | 0.75% | - |
| HSV(B) | 310.77º | 0.47% | 0.98% | - |
| XYZ | 61.95 | 42.76 | 79.12 | - |
| YUV | 178.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 229 | 0 | 0.47 | 0.08 | 0.02 | 310.77 | 0.92 | 0.75 |
| Hex | FA | 85 | E5 | 0 | 2F | 8 | 2 | 137 | 5C | 4B |
| Octal | 372 | 205 | 345 | 0 | 57 | 10 | 2 | 467 | 134 | 113 |
| Binary | 11111010 | 10000101 | 11100101 | 0 | 101111 | 1000 | 10 | 100110111 | 1011100 | 1001011 |
Color Harmonies of #FA85E5
Complementary color
Monochromatic Colors of #FA85E5
Black with #FA85E5
Text Example
Text Example
White with #FA85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85E5; }
p { color: rgb(250,133,229); }
H1.HeaderClassName
{
color: #FA85E5;
}
.AnyTagClassName
{
color: #FA85E5;
}
</style>
background-color css
<style>
a { background-color: #FA85E5; }
a { background-color: rgb(250,133,229); }
div.DivClassName
{
background-color: #FA85E5;
}
.BgClassName
{
background-color: #FA85E5;
}
</style>
border-color css
<style>
span { border-color: #FA85E5; }
span { border-color: rgb(250,133,229); }
td.TdClassName
{
border-color: #FA85E5;
}
.TagClassName
{
border-color: #FA85E5;
}
</style>