Shades of Pale Magenta #F992ED
Tints of Pale Magenta #F992ED
RGB
CMYK
RGB Variations
Color information
#F992ED (or 0xF992ED) is known color: Pale Magenta. HEX triplet: F9, 92 and ED. RGB value is (249,146,237). Sum of RGB (Red+Green+Blue) = 249+146+237=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 146 (57.42% from 255 or 23.10% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F992ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992ED is #066D12. Grayscale: #BABABA. Windows color (decimal): -421139 or 15569657. OLE color: 15569657.
HSL color Cylindrical-coordinate representation of color #F992ED: hue angle of 306.99º 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 #F992ED is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 237 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.02 |
| HSL | 306.99º | 0.9% | 0.77% | - |
| HSV(B) | 306.99º | 0.41% | 0.98% | - |
| XYZ | 64.63 | 46.81 | 85.75 | - |
| YUV | 187.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 237 | 0 | 0.41 | 0.05 | 0.02 | 306.99 | 0.9 | 0.77 |
| Hex | F9 | 92 | ED | 0 | 29 | 5 | 2 | 133 | 5A | 4D |
| Octal | 371 | 222 | 355 | 0 | 51 | 5 | 2 | 463 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11101101 | 0 | 101001 | 101 | 10 | 100110011 | 1011010 | 1001101 |
Color Harmonies of #F992ED
Complementary color
Monochromatic Colors of #F992ED
Black with #F992ED
Text Example
Text Example
White with #F992ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992ED; }
p { color: rgb(249,146,237); }
H1.HeaderClassName
{
color: #F992ED;
}
.AnyTagClassName
{
color: #F992ED;
}
</style>
background-color css
<style>
a { background-color: #F992ED; }
a { background-color: rgb(249,146,237); }
div.DivClassName
{
background-color: #F992ED;
}
.BgClassName
{
background-color: #F992ED;
}
</style>
border-color css
<style>
span { border-color: #F992ED; }
span { border-color: rgb(249,146,237); }
td.TdClassName
{
border-color: #F992ED;
}
.TagClassName
{
border-color: #F992ED;
}
</style>