Shades of Pale Magenta #F992E9
Tints of Pale Magenta #F992E9
RGB
CMYK
RGB Variations
Color information
#F992E9 (or 0xF992E9) is known color: Pale Magenta. HEX triplet: F9, 92 and E9. RGB value is (249,146,233). Sum of RGB (Red+Green+Blue) = 249+146+233=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 146 (57.42% from 255 or 23.25% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F992E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992E9 is #066D16. Grayscale: #BABABA. Windows color (decimal): -421143 or 15307513. OLE color: 15307513.
HSL color Cylindrical-coordinate representation of color #F992E9: hue angle of 309.32º 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 #F992E9 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 233 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.02 |
| HSL | 309.32º | 0.9% | 0.77% | - |
| HSV(B) | 309.32º | 0.41% | 0.98% | - |
| XYZ | 64.05 | 46.58 | 82.71 | - |
| YUV | 186.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 233 | 0 | 0.41 | 0.06 | 0.02 | 309.32 | 0.9 | 0.77 |
| Hex | F9 | 92 | E9 | 0 | 29 | 6 | 2 | 135 | 5A | 4D |
| Octal | 371 | 222 | 351 | 0 | 51 | 6 | 2 | 465 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11101001 | 0 | 101001 | 110 | 10 | 100110101 | 1011010 | 1001101 |
Color Harmonies of #F992E9
Complementary color
Monochromatic Colors of #F992E9
Black with #F992E9
Text Example
Text Example
White with #F992E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992E9; }
p { color: rgb(249,146,233); }
H1.HeaderClassName
{
color: #F992E9;
}
.AnyTagClassName
{
color: #F992E9;
}
</style>
background-color css
<style>
a { background-color: #F992E9; }
a { background-color: rgb(249,146,233); }
div.DivClassName
{
background-color: #F992E9;
}
.BgClassName
{
background-color: #F992E9;
}
</style>
border-color css
<style>
span { border-color: #F992E9; }
span { border-color: rgb(249,146,233); }
td.TdClassName
{
border-color: #F992E9;
}
.TagClassName
{
border-color: #F992E9;
}
</style>