Shades of Pale Magenta #F98DDB
Tints of Pale Magenta #F98DDB
RGB
CMYK
RGB Variations
Color information
#F98DDB (or 0xF98DDB) is known color: Pale Magenta. HEX triplet: F9, 8D and DB. RGB value is (249,141,219). Sum of RGB (Red+Green+Blue) = 249+141+219=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DDB is #067224. Grayscale: #B5B5B5. Windows color (decimal): -422437 or 14388729. OLE color: 14388729.
HSL color Cylindrical-coordinate representation of color #F98DDB: hue angle of 316.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DDB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 219 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 316.67º | 0.9% | 0.76% | - |
| HSV(B) | 316.67º | 0.43% | 0.98% | - |
| XYZ | 61.38 | 44.3 | 72.33 | - |
| YUV | 182.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 219 | 0 | 0.43 | 0.12 | 0.02 | 316.67 | 0.9 | 0.76 |
| Hex | F9 | 8D | DB | 0 | 2B | C | 2 | 13D | 5A | 4C |
| Octal | 371 | 215 | 333 | 0 | 53 | 14 | 2 | 475 | 132 | 114 |
| Binary | 11111001 | 10001101 | 11011011 | 0 | 101011 | 1100 | 10 | 100111101 | 1011010 | 1001100 |
Color Harmonies of #F98DDB
Complementary color
Monochromatic Colors of #F98DDB
Black with #F98DDB
Text Example
Text Example
White with #F98DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DDB; }
p { color: rgb(249,141,219); }
H1.HeaderClassName
{
color: #F98DDB;
}
.AnyTagClassName
{
color: #F98DDB;
}
</style>
background-color css
<style>
a { background-color: #F98DDB; }
a { background-color: rgb(249,141,219); }
div.DivClassName
{
background-color: #F98DDB;
}
.BgClassName
{
background-color: #F98DDB;
}
</style>
border-color css
<style>
span { border-color: #F98DDB; }
span { border-color: rgb(249,141,219); }
td.TdClassName
{
border-color: #F98DDB;
}
.TagClassName
{
border-color: #F98DDB;
}
</style>