Shades of Pale Magenta #F98CDD
Tints of Pale Magenta #F98CDD
RGB
CMYK
RGB Variations
Color information
#F98CDD (or 0xF98CDD) is known color: Pale Magenta. HEX triplet: F9, 8C and DD. RGB value is (249,140,221). Sum of RGB (Red+Green+Blue) = 249+140+221=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CDD is #067322. Grayscale: #B5B5B5. Windows color (decimal): -422691 or 14519545. OLE color: 14519545.
HSL color Cylindrical-coordinate representation of color #F98CDD: hue angle of 315.41º 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 #F98CDD is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 221 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.02 |
| HSL | 315.41º | 0.9% | 0.76% | - |
| HSV(B) | 315.41º | 0.44% | 0.98% | - |
| XYZ | 61.5 | 44.12 | 73.68 | - |
| YUV | 181.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 221 | 0 | 0.44 | 0.11 | 0.02 | 315.41 | 0.9 | 0.76 |
| Hex | F9 | 8C | DD | 0 | 2C | B | 2 | 13B | 5A | 4C |
| Octal | 371 | 214 | 335 | 0 | 54 | 13 | 2 | 473 | 132 | 114 |
| Binary | 11111001 | 10001100 | 11011101 | 0 | 101100 | 1011 | 10 | 100111011 | 1011010 | 1001100 |
Color Harmonies of #F98CDD
Complementary color
Monochromatic Colors of #F98CDD
Black with #F98CDD
Text Example
Text Example
White with #F98CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CDD; }
p { color: rgb(249,140,221); }
H1.HeaderClassName
{
color: #F98CDD;
}
.AnyTagClassName
{
color: #F98CDD;
}
</style>
background-color css
<style>
a { background-color: #F98CDD; }
a { background-color: rgb(249,140,221); }
div.DivClassName
{
background-color: #F98CDD;
}
.BgClassName
{
background-color: #F98CDD;
}
</style>
border-color css
<style>
span { border-color: #F98CDD; }
span { border-color: rgb(249,140,221); }
td.TdClassName
{
border-color: #F98CDD;
}
.TagClassName
{
border-color: #F98CDD;
}
</style>