Shades of Pale Magenta #F98FEC
Tints of Pale Magenta #F98FEC
RGB
CMYK
RGB Variations
Color information
#F98FEC (or 0xF98FEC) is known color: Pale Magenta. HEX triplet: F9, 8F and EC. RGB value is (249,143,236). Sum of RGB (Red+Green+Blue) = 249+143+236=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98FEC is #067013. Grayscale: #B9B9B9. Windows color (decimal): -421908 or 15503353. OLE color: 15503353.
HSL color Cylindrical-coordinate representation of color #F98FEC: hue angle of 307.36º 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 #F98FEC is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 236 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.02 |
| HSL | 307.36º | 0.9% | 0.77% | - |
| HSV(B) | 307.36º | 0.43% | 0.98% | - |
| XYZ | 64.03 | 45.84 | 84.83 | - |
| YUV | 185.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 236 | 0 | 0.43 | 0.05 | 0.02 | 307.36 | 0.9 | 0.77 |
| Hex | F9 | 8F | EC | 0 | 2B | 5 | 2 | 133 | 5A | 4D |
| Octal | 371 | 217 | 354 | 0 | 53 | 5 | 2 | 463 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11101100 | 0 | 101011 | 101 | 10 | 100110011 | 1011010 | 1001101 |
Color Harmonies of #F98FEC
Complementary color
Monochromatic Colors of #F98FEC
Black with #F98FEC
Text Example
Text Example
White with #F98FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FEC; }
p { color: rgb(249,143,236); }
H1.HeaderClassName
{
color: #F98FEC;
}
.AnyTagClassName
{
color: #F98FEC;
}
</style>
background-color css
<style>
a { background-color: #F98FEC; }
a { background-color: rgb(249,143,236); }
div.DivClassName
{
background-color: #F98FEC;
}
.BgClassName
{
background-color: #F98FEC;
}
</style>
border-color css
<style>
span { border-color: #F98FEC; }
span { border-color: rgb(249,143,236); }
td.TdClassName
{
border-color: #F98FEC;
}
.TagClassName
{
border-color: #F98FEC;
}
</style>