Shades of Pale Magenta #FA85E7
Tints of Pale Magenta #FA85E7
RGB
CMYK
RGB Variations
Color information
#FA85E7 (or 0xFA85E7) is known color: Pale Magenta. HEX triplet: FA, 85 and E7. RGB value is (250,133,231). Sum of RGB (Red+Green+Blue) = 250+133+231=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85E7 is #057A18. Grayscale: #B2B2B2. Windows color (decimal): -358937 or 15173114. OLE color: 15173114.
HSL color Cylindrical-coordinate representation of color #FA85E7: hue angle of 309.74º 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 #FA85E7 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 231 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.02 |
| HSL | 309.74º | 0.92% | 0.75% | - |
| HSV(B) | 309.74º | 0.47% | 0.98% | - |
| XYZ | 62.24 | 42.87 | 80.6 | - |
| YUV | 179.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 231 | 0 | 0.47 | 0.08 | 0.02 | 309.74 | 0.92 | 0.75 |
| Hex | FA | 85 | E7 | 0 | 2F | 8 | 2 | 136 | 5C | 4B |
| Octal | 372 | 205 | 347 | 0 | 57 | 10 | 2 | 466 | 134 | 113 |
| Binary | 11111010 | 10000101 | 11100111 | 0 | 101111 | 1000 | 10 | 100110110 | 1011100 | 1001011 |
Color Harmonies of #FA85E7
Complementary color
Monochromatic Colors of #FA85E7
Black with #FA85E7
Text Example
Text Example
White with #FA85E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85E7; }
p { color: rgb(250,133,231); }
H1.HeaderClassName
{
color: #FA85E7;
}
.AnyTagClassName
{
color: #FA85E7;
}
</style>
background-color css
<style>
a { background-color: #FA85E7; }
a { background-color: rgb(250,133,231); }
div.DivClassName
{
background-color: #FA85E7;
}
.BgClassName
{
background-color: #FA85E7;
}
</style>
border-color css
<style>
span { border-color: #FA85E7; }
span { border-color: rgb(250,133,231); }
td.TdClassName
{
border-color: #FA85E7;
}
.TagClassName
{
border-color: #FA85E7;
}
</style>