Shades of Pale Magenta #F98FE1
Tints of Pale Magenta #F98FE1
RGB
CMYK
RGB Variations
Color information
#F98FE1 (or 0xF98FE1) is known color: Pale Magenta. HEX triplet: F9, 8F and E1. RGB value is (249,143,225). Sum of RGB (Red+Green+Blue) = 249+143+225=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FE1 is #06701E. Grayscale: #B7B7B7. Windows color (decimal): -421919 or 14782457. OLE color: 14782457.
HSL color Cylindrical-coordinate representation of color #F98FE1: hue angle of 313.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98FE1 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 225 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.02 |
| HSL | 313.58º | 0.9% | 0.77% | - |
| HSV(B) | 313.58º | 0.43% | 0.98% | - |
| XYZ | 62.48 | 45.22 | 76.67 | - |
| YUV | 184.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 225 | 0 | 0.43 | 0.10 | 0.02 | 313.58 | 0.9 | 0.77 |
| Hex | F9 | 8F | E1 | 0 | 2B | A | 2 | 13A | 5A | 4D |
| Octal | 371 | 217 | 341 | 0 | 53 | 12 | 2 | 472 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11100001 | 0 | 101011 | 1010 | 10 | 100111010 | 1011010 | 1001101 |
Color Harmonies of #F98FE1
Complementary color
Monochromatic Colors of #F98FE1
Black with #F98FE1
Text Example
Text Example
White with #F98FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FE1; }
p { color: rgb(249,143,225); }
H1.HeaderClassName
{
color: #F98FE1;
}
.AnyTagClassName
{
color: #F98FE1;
}
</style>
background-color css
<style>
a { background-color: #F98FE1; }
a { background-color: rgb(249,143,225); }
div.DivClassName
{
background-color: #F98FE1;
}
.BgClassName
{
background-color: #F98FE1;
}
</style>
border-color css
<style>
span { border-color: #F98FE1; }
span { border-color: rgb(249,143,225); }
td.TdClassName
{
border-color: #F98FE1;
}
.TagClassName
{
border-color: #F98FE1;
}
</style>