Shades of Pale Magenta #F98FE2
Tints of Pale Magenta #F98FE2
RGB
CMYK
RGB Variations
Color information
#F98FE2 (or 0xF98FE2) is known color: Pale Magenta. HEX triplet: F9, 8F and E2. RGB value is (249,143,226). Sum of RGB (Red+Green+Blue) = 249+143+226=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FE2 is #06701D. Grayscale: #B7B7B7. Windows color (decimal): -421918 or 14847993. OLE color: 14847993.
HSL color Cylindrical-coordinate representation of color #F98FE2: hue angle of 313.02º 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 #F98FE2 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 226 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.02 |
| HSL | 313.02º | 0.9% | 0.77% | - |
| HSV(B) | 313.02º | 0.43% | 0.98% | - |
| XYZ | 62.62 | 45.28 | 77.39 | - |
| YUV | 184.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 226 | 0 | 0.43 | 0.09 | 0.02 | 313.02 | 0.9 | 0.77 |
| Hex | F9 | 8F | E2 | 0 | 2B | 9 | 2 | 139 | 5A | 4D |
| Octal | 371 | 217 | 342 | 0 | 53 | 11 | 2 | 471 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11100010 | 0 | 101011 | 1001 | 10 | 100111001 | 1011010 | 1001101 |
Color Harmonies of #F98FE2
Complementary color
Monochromatic Colors of #F98FE2
Black with #F98FE2
Text Example
Text Example
White with #F98FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FE2; }
p { color: rgb(249,143,226); }
H1.HeaderClassName
{
color: #F98FE2;
}
.AnyTagClassName
{
color: #F98FE2;
}
</style>
background-color css
<style>
a { background-color: #F98FE2; }
a { background-color: rgb(249,143,226); }
div.DivClassName
{
background-color: #F98FE2;
}
.BgClassName
{
background-color: #F98FE2;
}
</style>
border-color css
<style>
span { border-color: #F98FE2; }
span { border-color: rgb(249,143,226); }
td.TdClassName
{
border-color: #F98FE2;
}
.TagClassName
{
border-color: #F98FE2;
}
</style>