Shades of Pale Magenta #F98FDC
Tints of Pale Magenta #F98FDC
RGB
CMYK
RGB Variations
Color information
#F98FDC (or 0xF98FDC) is known color: Pale Magenta. HEX triplet: F9, 8F and DC. RGB value is (249,143,220). Sum of RGB (Red+Green+Blue) = 249+143+220=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98FDC is #067023. Grayscale: #B7B7B7. Windows color (decimal): -421924 or 14454777. OLE color: 14454777.
HSL color Cylindrical-coordinate representation of color #F98FDC: hue angle of 316.42º 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 #F98FDC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 220 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 316.42º | 0.9% | 0.77% | - |
| HSV(B) | 316.42º | 0.43% | 0.98% | - |
| XYZ | 61.81 | 44.95 | 73.13 | - |
| YUV | 183.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 220 | 0 | 0.43 | 0.12 | 0.02 | 316.42 | 0.9 | 0.77 |
| Hex | F9 | 8F | DC | 0 | 2B | C | 2 | 13C | 5A | 4D |
| Octal | 371 | 217 | 334 | 0 | 53 | 14 | 2 | 474 | 132 | 115 |
| Binary | 11111001 | 10001111 | 11011100 | 0 | 101011 | 1100 | 10 | 100111100 | 1011010 | 1001101 |
Color Harmonies of #F98FDC
Complementary color
Monochromatic Colors of #F98FDC
Black with #F98FDC
Text Example
Text Example
White with #F98FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98FDC; }
p { color: rgb(249,143,220); }
H1.HeaderClassName
{
color: #F98FDC;
}
.AnyTagClassName
{
color: #F98FDC;
}
</style>
background-color css
<style>
a { background-color: #F98FDC; }
a { background-color: rgb(249,143,220); }
div.DivClassName
{
background-color: #F98FDC;
}
.BgClassName
{
background-color: #F98FDC;
}
</style>
border-color css
<style>
span { border-color: #F98FDC; }
span { border-color: rgb(249,143,220); }
td.TdClassName
{
border-color: #F98FDC;
}
.TagClassName
{
border-color: #F98FDC;
}
</style>