Shades of Pale Magenta #F98FE7
Tints of Pale Magenta #F98FE7
RGB
CMYK
RGB Variations
Color information
#F98FE7 (or 0xF98FE7) is known color: Pale Magenta. HEX triplet: F9, 8F and E7. RGB value is (249,143,231). Sum of RGB (Red+Green+Blue) = 249+143+231=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98FE7 is #067018. Grayscale: #B8B8B8. Windows color (decimal): -421913 or 15175673. OLE color: 15175673.
HSL color Cylindrical-coordinate representation of color #F98FE7: hue angle of 310.19º 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 #F98FE7 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 231 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.02 |
| HSL | 310.19º | 0.9% | 0.77% | - |
| HSV(B) | 310.19º | 0.43% | 0.98% | - |
| XYZ | 63.31 | 45.55 | 81.06 | - |
| YUV | 184.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 231 | 0 | 0.43 | 0.07 | 0.02 | 310.19 | 0.9 | 0.77 |
| Hex | F9 | 8F | E7 | 0 | 2B | 7 | 2 | 136 | 5A | 4D |
| Octal | 371 | 217 | 347 | 0 | 53 | 7 | 2 | 466 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11100111 | 0 | 101011 | 111 | 10 | 100110110 | 1011010 | 1001101 |
Color Harmonies of #F98FE7
Complementary color
Monochromatic Colors of #F98FE7
Black with #F98FE7
Text Example
Text Example
White with #F98FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FE7; }
p { color: rgb(249,143,231); }
H1.HeaderClassName
{
color: #F98FE7;
}
.AnyTagClassName
{
color: #F98FE7;
}
</style>
background-color css
<style>
a { background-color: #F98FE7; }
a { background-color: rgb(249,143,231); }
div.DivClassName
{
background-color: #F98FE7;
}
.BgClassName
{
background-color: #F98FE7;
}
</style>
border-color css
<style>
span { border-color: #F98FE7; }
span { border-color: rgb(249,143,231); }
td.TdClassName
{
border-color: #F98FE7;
}
.TagClassName
{
border-color: #F98FE7;
}
</style>