Shades of Pale Magenta #FA88E2
Tints of Pale Magenta #FA88E2
RGB
CMYK
RGB Variations
Color information
#FA88E2 (or 0xFA88E2) is known color: Pale Magenta. HEX triplet: FA, 88 and E2. RGB value is (250,136,226). Sum of RGB (Red+Green+Blue) = 250+136+226=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 136 (53.52% from 255 or 22.22% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88E2 is #05771D. Grayscale: #B4B4B4. Windows color (decimal): -358174 or 14846202. OLE color: 14846202.
HSL color Cylindrical-coordinate representation of color #FA88E2: hue angle of 312.63º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88E2 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 226 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.02 |
| HSL | 312.63º | 0.92% | 0.76% | - |
| HSV(B) | 312.63º | 0.46% | 0.98% | - |
| XYZ | 61.96 | 43.42 | 77.07 | - |
| YUV | 180.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 226 | 0 | 0.46 | 0.10 | 0.02 | 312.63 | 0.92 | 0.76 |
| Hex | FA | 88 | E2 | 0 | 2E | A | 2 | 139 | 5C | 4C |
| Octal | 372 | 210 | 342 | 0 | 56 | 12 | 2 | 471 | 134 | 114 |
| Binary | 11111010 | 10001000 | 11100010 | 0 | 101110 | 1010 | 10 | 100111001 | 1011100 | 1001100 |
Color Harmonies of #FA88E2
Complementary color
Monochromatic Colors of #FA88E2
Black with #FA88E2
Text Example
Text Example
White with #FA88E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA88E2; }
p { color: rgb(250,136,226); }
H1.HeaderClassName
{
color: #FA88E2;
}
.AnyTagClassName
{
color: #FA88E2;
}
</style>
background-color css
<style>
a { background-color: #FA88E2; }
a { background-color: rgb(250,136,226); }
div.DivClassName
{
background-color: #FA88E2;
}
.BgClassName
{
background-color: #FA88E2;
}
</style>
border-color css
<style>
span { border-color: #FA88E2; }
span { border-color: rgb(250,136,226); }
td.TdClassName
{
border-color: #FA88E2;
}
.TagClassName
{
border-color: #FA88E2;
}
</style>