Shades of Pale Magenta #F873D9
Tints of Pale Magenta #F873D9
RGB
CMYK
RGB Variations
Color information
#F873D9 (or 0xF873D9) is known color: Pale Magenta. HEX triplet: F8, 73 and D9. RGB value is (248,115,217). Sum of RGB (Red+Green+Blue) = 248+115+217=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F873D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873D9 is #078C26. Grayscale: #A6A6A6. Windows color (decimal): -494631 or 14251000. OLE color: 14251000.
HSL color Cylindrical-coordinate representation of color #F873D9: hue angle of 313.98º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873D9 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 217 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.03 |
| HSL | 313.99º | 0.9% | 0.71% | - |
| HSV(B) | 313.99º | 0.54% | 0.97% | - |
| XYZ | 57.37 | 37.23 | 69.81 | - |
| YUV | 166.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 217 | 0 | 0.54 | 0.12 | 0.03 | 313.99 | 0.9 | 0.71 |
| Hex | F8 | 73 | D9 | 0 | 36 | C | 3 | 13A | 5A | 47 |
| Octal | 370 | 163 | 331 | 0 | 66 | 14 | 3 | 472 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11011001 | 0 | 110110 | 1100 | 11 | 100111010 | 1011010 | 1000111 |
Color Harmonies of #F873D9
Complementary color
Monochromatic Colors of #F873D9
Black with #F873D9
Text Example
Text Example
White with #F873D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873D9; }
p { color: rgb(248,115,217); }
H1.HeaderClassName
{
color: #F873D9;
}
.AnyTagClassName
{
color: #F873D9;
}
</style>
background-color css
<style>
a { background-color: #F873D9; }
a { background-color: rgb(248,115,217); }
div.DivClassName
{
background-color: #F873D9;
}
.BgClassName
{
background-color: #F873D9;
}
</style>
border-color css
<style>
span { border-color: #F873D9; }
span { border-color: rgb(248,115,217); }
td.TdClassName
{
border-color: #F873D9;
}
.TagClassName
{
border-color: #F873D9;
}
</style>