Shades of Pale Magenta #F992F1
Tints of Pale Magenta #F992F1
RGB
CMYK
RGB Variations
Color information
#F992F1 (or 0xF992F1) is known color: Pale Magenta. HEX triplet: F9, 92 and F1. RGB value is (249,146,241). Sum of RGB (Red+Green+Blue) = 249+146+241=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 146 (57.42% from 255 or 22.96% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F992F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992F1 is #066D0E. Grayscale: #BBBBBB. Windows color (decimal): -421135 or 15831801. OLE color: 15831801.
HSL color Cylindrical-coordinate representation of color #F992F1: hue angle of 304.66º 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 #F992F1 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 241 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.02 |
| HSL | 304.66º | 0.9% | 0.77% | - |
| HSV(B) | 304.66º | 0.41% | 0.98% | - |
| XYZ | 65.22 | 47.05 | 88.86 | - |
| YUV | 187.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 241 | 0 | 0.41 | 0.03 | 0.02 | 304.66 | 0.9 | 0.77 |
| Hex | F9 | 92 | F1 | 0 | 29 | 3 | 2 | 131 | 5A | 4D |
| Octal | 371 | 222 | 361 | 0 | 51 | 3 | 2 | 461 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11110001 | 0 | 101001 | 11 | 10 | 100110001 | 1011010 | 1001101 |
Color Harmonies of #F992F1
Complementary color
Monochromatic Colors of #F992F1
Black with #F992F1
Text Example
Text Example
White with #F992F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992F1; }
p { color: rgb(249,146,241); }
H1.HeaderClassName
{
color: #F992F1;
}
.AnyTagClassName
{
color: #F992F1;
}
</style>
background-color css
<style>
a { background-color: #F992F1; }
a { background-color: rgb(249,146,241); }
div.DivClassName
{
background-color: #F992F1;
}
.BgClassName
{
background-color: #F992F1;
}
</style>
border-color css
<style>
span { border-color: #F992F1; }
span { border-color: rgb(249,146,241); }
td.TdClassName
{
border-color: #F992F1;
}
.TagClassName
{
border-color: #F992F1;
}
</style>