Shades of Pale Magenta #F874D9
Tints of Pale Magenta #F874D9
RGB
CMYK
RGB Variations
Color information
#F874D9 (or 0xF874D9) is known color: Pale Magenta. HEX triplet: F8, 74 and D9. RGB value is (248,116,217). Sum of RGB (Red+Green+Blue) = 248+116+217=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F874D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874D9 is #078B26. Grayscale: #A6A6A6. Windows color (decimal): -494375 or 14251256. OLE color: 14251256.
HSL color Cylindrical-coordinate representation of color #F874D9: hue angle of 314.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874D9 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 217 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.03 |
| HSL | 314.09º | 0.9% | 0.71% | - |
| HSV(B) | 314.09º | 0.53% | 0.97% | - |
| XYZ | 57.48 | 37.46 | 69.85 | - |
| YUV | 166.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 217 | 0 | 0.53 | 0.12 | 0.03 | 314.09 | 0.9 | 0.71 |
| Hex | F8 | 74 | D9 | 0 | 35 | C | 3 | 13A | 5A | 47 |
| Octal | 370 | 164 | 331 | 0 | 65 | 14 | 3 | 472 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11011001 | 0 | 110101 | 1100 | 11 | 100111010 | 1011010 | 1000111 |
Color Harmonies of #F874D9
Complementary color
Monochromatic Colors of #F874D9
Black with #F874D9
Text Example
Text Example
White with #F874D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874D9; }
p { color: rgb(248,116,217); }
H1.HeaderClassName
{
color: #F874D9;
}
.AnyTagClassName
{
color: #F874D9;
}
</style>
background-color css
<style>
a { background-color: #F874D9; }
a { background-color: rgb(248,116,217); }
div.DivClassName
{
background-color: #F874D9;
}
.BgClassName
{
background-color: #F874D9;
}
</style>
border-color css
<style>
span { border-color: #F874D9; }
span { border-color: rgb(248,116,217); }
td.TdClassName
{
border-color: #F874D9;
}
.TagClassName
{
border-color: #F874D9;
}
</style>