Shades of Pale Magenta #FA85E2
Tints of Pale Magenta #FA85E2
RGB
CMYK
RGB Variations
Color information
#FA85E2 (or 0xFA85E2) is known color: Pale Magenta. HEX triplet: FA, 85 and E2. RGB value is (250,133,226). Sum of RGB (Red+Green+Blue) = 250+133+226=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85E2 is #057A1D. Grayscale: #B2B2B2. Windows color (decimal): -358942 or 14845434. OLE color: 14845434.
HSL color Cylindrical-coordinate representation of color #FA85E2: hue angle of 312.31º 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 #FA85E2 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 226 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.02 |
| HSL | 312.31º | 0.92% | 0.75% | - |
| HSV(B) | 312.31º | 0.47% | 0.98% | - |
| XYZ | 61.54 | 42.59 | 76.93 | - |
| YUV | 178.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 226 | 0 | 0.47 | 0.10 | 0.02 | 312.31 | 0.92 | 0.75 |
| Hex | FA | 85 | E2 | 0 | 2F | A | 2 | 138 | 5C | 4B |
| Octal | 372 | 205 | 342 | 0 | 57 | 12 | 2 | 470 | 134 | 113 |
| Binary | 11111010 | 10000101 | 11100010 | 0 | 101111 | 1010 | 10 | 100111000 | 1011100 | 1001011 |
Color Harmonies of #FA85E2
Complementary color
Monochromatic Colors of #FA85E2
Black with #FA85E2
Text Example
Text Example
White with #FA85E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85E2; }
p { color: rgb(250,133,226); }
H1.HeaderClassName
{
color: #FA85E2;
}
.AnyTagClassName
{
color: #FA85E2;
}
</style>
background-color css
<style>
a { background-color: #FA85E2; }
a { background-color: rgb(250,133,226); }
div.DivClassName
{
background-color: #FA85E2;
}
.BgClassName
{
background-color: #FA85E2;
}
</style>
border-color css
<style>
span { border-color: #FA85E2; }
span { border-color: rgb(250,133,226); }
td.TdClassName
{
border-color: #FA85E2;
}
.TagClassName
{
border-color: #FA85E2;
}
</style>