Shades of Pale Magenta #FA88E8
Tints of Pale Magenta #FA88E8
RGB
CMYK
RGB Variations
Color information
#FA88E8 (or 0xFA88E8) is known color: Pale Magenta. HEX triplet: FA, 88 and E8. RGB value is (250,136,232). Sum of RGB (Red+Green+Blue) = 250+136+232=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 136 (53.52% from 255 or 22.01% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA88E8 is #057717. Grayscale: #B4B4B4. Windows color (decimal): -358168 or 15239418. OLE color: 15239418.
HSL color Cylindrical-coordinate representation of color #FA88E8: hue angle of 309.47º 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 #FA88E8 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 232 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.02 |
| HSL | 309.47º | 0.92% | 0.76% | - |
| HSV(B) | 309.47º | 0.46% | 0.98% | - |
| XYZ | 62.79 | 43.76 | 81.48 | - |
| YUV | 181.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 232 | 0 | 0.46 | 0.07 | 0.02 | 309.47 | 0.92 | 0.76 |
| Hex | FA | 88 | E8 | 0 | 2E | 7 | 2 | 135 | 5C | 4C |
| Octal | 372 | 210 | 350 | 0 | 56 | 7 | 2 | 465 | 134 | 114 |
| Binary | 11111010 | 10001000 | 11101000 | 0 | 101110 | 111 | 10 | 100110101 | 1011100 | 1001100 |
Color Harmonies of #FA88E8
Complementary color
Monochromatic Colors of #FA88E8
Black with #FA88E8
Text Example
Text Example
White with #FA88E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA88E8; }
p { color: rgb(250,136,232); }
H1.HeaderClassName
{
color: #FA88E8;
}
.AnyTagClassName
{
color: #FA88E8;
}
</style>
background-color css
<style>
a { background-color: #FA88E8; }
a { background-color: rgb(250,136,232); }
div.DivClassName
{
background-color: #FA88E8;
}
.BgClassName
{
background-color: #FA88E8;
}
</style>
border-color css
<style>
span { border-color: #FA88E8; }
span { border-color: rgb(250,136,232); }
td.TdClassName
{
border-color: #FA88E8;
}
.TagClassName
{
border-color: #FA88E8;
}
</style>