Shades of Pale Magenta #FA81E4
Tints of Pale Magenta #FA81E4
RGB
CMYK
RGB Variations
Color information
#FA81E4 (or 0xFA81E4) is known color: Pale Magenta. HEX triplet: FA, 81 and E4. RGB value is (250,129,228). Sum of RGB (Red+Green+Blue) = 250+129+228=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81E4 is #057E1B. Grayscale: #B0B0B0. Windows color (decimal): -359964 or 14975482. OLE color: 14975482.
HSL color Cylindrical-coordinate representation of color #FA81E4: hue angle of 310.91º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81E4 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 228 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.02 |
| HSL | 310.91º | 0.92% | 0.74% | - |
| HSV(B) | 310.91º | 0.48% | 0.98% | - |
| XYZ | 61.28 | 41.63 | 78.2 | - |
| YUV | 176.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 228 | 0 | 0.48 | 0.09 | 0.02 | 310.91 | 0.92 | 0.74 |
| Hex | FA | 81 | E4 | 0 | 30 | 9 | 2 | 137 | 5C | 4A |
| Octal | 372 | 201 | 344 | 0 | 60 | 11 | 2 | 467 | 134 | 112 |
| Binary | 11111010 | 10000001 | 11100100 | 0 | 110000 | 1001 | 10 | 100110111 | 1011100 | 1001010 |
Color Harmonies of #FA81E4
Complementary color
Monochromatic Colors of #FA81E4
Black with #FA81E4
Text Example
Text Example
White with #FA81E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA81E4; }
p { color: rgb(250,129,228); }
H1.HeaderClassName
{
color: #FA81E4;
}
.AnyTagClassName
{
color: #FA81E4;
}
</style>
background-color css
<style>
a { background-color: #FA81E4; }
a { background-color: rgb(250,129,228); }
div.DivClassName
{
background-color: #FA81E4;
}
.BgClassName
{
background-color: #FA81E4;
}
</style>
border-color css
<style>
span { border-color: #FA81E4; }
span { border-color: rgb(250,129,228); }
td.TdClassName
{
border-color: #FA81E4;
}
.TagClassName
{
border-color: #FA81E4;
}
</style>