Shades of Pale Magenta #F98FDD
Tints of Pale Magenta #F98FDD
RGB
CMYK
RGB Variations
Color information
#F98FDD (or 0xF98FDD) is known color: Pale Magenta. HEX triplet: F9, 8F and DD. RGB value is (249,143,221). Sum of RGB (Red+Green+Blue) = 249+143+221=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FDD is #067022. Grayscale: #B7B7B7. Windows color (decimal): -421923 or 14520313. OLE color: 14520313.
HSL color Cylindrical-coordinate representation of color #F98FDD: hue angle of 315.85º 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 #F98FDD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 221 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.02 |
| HSL | 315.85º | 0.9% | 0.77% | - |
| HSV(B) | 315.85º | 0.43% | 0.98% | - |
| XYZ | 61.94 | 45.01 | 73.83 | - |
| YUV | 183.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 221 | 0 | 0.43 | 0.11 | 0.02 | 315.85 | 0.9 | 0.77 |
| Hex | F9 | 8F | DD | 0 | 2B | B | 2 | 13C | 5A | 4D |
| Octal | 371 | 217 | 335 | 0 | 53 | 13 | 2 | 474 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11011101 | 0 | 101011 | 1011 | 10 | 100111100 | 1011010 | 1001101 |
Color Harmonies of #F98FDD
Complementary color
Monochromatic Colors of #F98FDD
Black with #F98FDD
Text Example
Text Example
White with #F98FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FDD; }
p { color: rgb(249,143,221); }
H1.HeaderClassName
{
color: #F98FDD;
}
.AnyTagClassName
{
color: #F98FDD;
}
</style>
background-color css
<style>
a { background-color: #F98FDD; }
a { background-color: rgb(249,143,221); }
div.DivClassName
{
background-color: #F98FDD;
}
.BgClassName
{
background-color: #F98FDD;
}
</style>
border-color css
<style>
span { border-color: #F98FDD; }
span { border-color: rgb(249,143,221); }
td.TdClassName
{
border-color: #F98FDD;
}
.TagClassName
{
border-color: #F98FDD;
}
</style>