Shades of Pale Magenta #F992EC
Tints of Pale Magenta #F992EC
RGB
CMYK
RGB Variations
Color information
#F992EC (or 0xF992EC) is known color: Pale Magenta. HEX triplet: F9, 92 and EC. RGB value is (249,146,236). Sum of RGB (Red+Green+Blue) = 249+146+236=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 146 (57.42% from 255 or 23.14% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F992EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992EC is #066D13. Grayscale: #BABABA. Windows color (decimal): -421140 or 15504121. OLE color: 15504121.
HSL color Cylindrical-coordinate representation of color #F992EC: hue angle of 307.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992EC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 236 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.02 |
| HSL | 307.57º | 0.9% | 0.77% | - |
| HSV(B) | 307.57º | 0.41% | 0.98% | - |
| XYZ | 64.49 | 46.75 | 84.98 | - |
| YUV | 187.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 236 | 0 | 0.41 | 0.05 | 0.02 | 307.57 | 0.9 | 0.77 |
| Hex | F9 | 92 | EC | 0 | 29 | 5 | 2 | 134 | 5A | 4D |
| Octal | 371 | 222 | 354 | 0 | 51 | 5 | 2 | 464 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11101100 | 0 | 101001 | 101 | 10 | 100110100 | 1011010 | 1001101 |
Color Harmonies of #F992EC
Complementary color
Monochromatic Colors of #F992EC
Black with #F992EC
Text Example
Text Example
White with #F992EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992EC; }
p { color: rgb(249,146,236); }
H1.HeaderClassName
{
color: #F992EC;
}
.AnyTagClassName
{
color: #F992EC;
}
</style>
background-color css
<style>
a { background-color: #F992EC; }
a { background-color: rgb(249,146,236); }
div.DivClassName
{
background-color: #F992EC;
}
.BgClassName
{
background-color: #F992EC;
}
</style>
border-color css
<style>
span { border-color: #F992EC; }
span { border-color: rgb(249,146,236); }
td.TdClassName
{
border-color: #F992EC;
}
.TagClassName
{
border-color: #F992EC;
}
</style>