Shades of Pale Magenta #F98BDA
Tints of Pale Magenta #F98BDA
RGB
CMYK
RGB Variations
Color information
#F98BDA (or 0xF98BDA) is known color: Pale Magenta. HEX triplet: F9, 8B and DA. RGB value is (249,139,218). Sum of RGB (Red+Green+Blue) = 249+139+218=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BDA is #067425. Grayscale: #B4B4B4. Windows color (decimal): -422950 or 14322681. OLE color: 14322681.
HSL color Cylindrical-coordinate representation of color #F98BDA: hue angle of 316.91º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98BDA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 218 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.02 |
| HSL | 316.91º | 0.9% | 0.76% | - |
| HSV(B) | 316.91º | 0.44% | 0.98% | - |
| XYZ | 60.95 | 43.67 | 71.55 | - |
| YUV | 180.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 218 | 0 | 0.44 | 0.12 | 0.02 | 316.91 | 0.9 | 0.76 |
| Hex | F9 | 8B | DA | 0 | 2C | C | 2 | 13D | 5A | 4C |
| Octal | 371 | 213 | 332 | 0 | 54 | 14 | 2 | 475 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11011010 | 0 | 101100 | 1100 | 10 | 100111101 | 1011010 | 1001100 |
Color Harmonies of #F98BDA
Complementary color
Monochromatic Colors of #F98BDA
Black with #F98BDA
Text Example
Text Example
White with #F98BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BDA; }
p { color: rgb(249,139,218); }
H1.HeaderClassName
{
color: #F98BDA;
}
.AnyTagClassName
{
color: #F98BDA;
}
</style>
background-color css
<style>
a { background-color: #F98BDA; }
a { background-color: rgb(249,139,218); }
div.DivClassName
{
background-color: #F98BDA;
}
.BgClassName
{
background-color: #F98BDA;
}
</style>
border-color css
<style>
span { border-color: #F98BDA; }
span { border-color: rgb(249,139,218); }
td.TdClassName
{
border-color: #F98BDA;
}
.TagClassName
{
border-color: #F98BDA;
}
</style>