Shades of Pale Magenta #FA92EC
Tints of Pale Magenta #FA92EC
RGB
CMYK
RGB Variations
Color information
#FA92EC (or 0xFA92EC) is known color: Pale Magenta. HEX triplet: FA, 92 and EC. RGB value is (250,146,236). Sum of RGB (Red+Green+Blue) = 250+146+236=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 146 (57.42% from 255 or 23.10% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA92EC is #056D13. Grayscale: #BBBBBB. Windows color (decimal): -355604 or 15504122. OLE color: 15504122.
HSL color Cylindrical-coordinate representation of color #FA92EC: hue angle of 308.08º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92EC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 236 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.02 |
| HSL | 308.08º | 0.91% | 0.78% | - |
| HSV(B) | 308.08º | 0.42% | 0.98% | - |
| XYZ | 64.84 | 46.94 | 85 | - |
| YUV | 187.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 236 | 0 | 0.42 | 0.06 | 0.02 | 308.08 | 0.91 | 0.78 |
| Hex | FA | 92 | EC | 0 | 2A | 6 | 2 | 134 | 5B | 4E |
| Octal | 372 | 222 | 354 | 0 | 52 | 6 | 2 | 464 | 133 | 116 |
| Binary | 11111010 | 10010010 | 11101100 | 0 | 101010 | 110 | 10 | 100110100 | 1011011 | 1001110 |
Color Harmonies of #FA92EC
Complementary color
Monochromatic Colors of #FA92EC
Black with #FA92EC
Text Example
Text Example
White with #FA92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA92EC; }
p { color: rgb(250,146,236); }
H1.HeaderClassName
{
color: #FA92EC;
}
.AnyTagClassName
{
color: #FA92EC;
}
</style>
background-color css
<style>
a { background-color: #FA92EC; }
a { background-color: rgb(250,146,236); }
div.DivClassName
{
background-color: #FA92EC;
}
.BgClassName
{
background-color: #FA92EC;
}
</style>
border-color css
<style>
span { border-color: #FA92EC; }
span { border-color: rgb(250,146,236); }
td.TdClassName
{
border-color: #FA92EC;
}
.TagClassName
{
border-color: #FA92EC;
}
</style>