Shades of Pale Magenta #F98FE5
Tints of Pale Magenta #F98FE5
RGB
CMYK
RGB Variations
Color information
#F98FE5 (or 0xF98FE5) is known color: Pale Magenta. HEX triplet: F9, 8F and E5. RGB value is (249,143,229). Sum of RGB (Red+Green+Blue) = 249+143+229=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FE5 is #06701A. Grayscale: #B8B8B8. Windows color (decimal): -421915 or 15044601. OLE color: 15044601.
HSL color Cylindrical-coordinate representation of color #F98FE5: hue angle of 311.32º 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 #F98FE5 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 229 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.02 |
| HSL | 311.32º | 0.9% | 0.77% | - |
| HSV(B) | 311.32º | 0.43% | 0.98% | - |
| XYZ | 63.03 | 45.44 | 79.58 | - |
| YUV | 184.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 229 | 0 | 0.43 | 0.08 | 0.02 | 311.32 | 0.9 | 0.77 |
| Hex | F9 | 8F | E5 | 0 | 2B | 8 | 2 | 137 | 5A | 4D |
| Octal | 371 | 217 | 345 | 0 | 53 | 10 | 2 | 467 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11100101 | 0 | 101011 | 1000 | 10 | 100110111 | 1011010 | 1001101 |
Color Harmonies of #F98FE5
Complementary color
Monochromatic Colors of #F98FE5
Black with #F98FE5
Text Example
Text Example
White with #F98FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FE5; }
p { color: rgb(249,143,229); }
H1.HeaderClassName
{
color: #F98FE5;
}
.AnyTagClassName
{
color: #F98FE5;
}
</style>
background-color css
<style>
a { background-color: #F98FE5; }
a { background-color: rgb(249,143,229); }
div.DivClassName
{
background-color: #F98FE5;
}
.BgClassName
{
background-color: #F98FE5;
}
</style>
border-color css
<style>
span { border-color: #F98FE5; }
span { border-color: rgb(249,143,229); }
td.TdClassName
{
border-color: #F98FE5;
}
.TagClassName
{
border-color: #F98FE5;
}
</style>