Shades of Pale Magenta #F877D8
Tints of Pale Magenta #F877D8
RGB
CMYK
RGB Variations
Color information
#F877D8 (or 0xF877D8) is known color: Pale Magenta. HEX triplet: F8, 77 and D8. RGB value is (248,119,216). Sum of RGB (Red+Green+Blue) = 248+119+216=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F877D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877D8 is #078827. Grayscale: #A8A8A8. Windows color (decimal): -493608 or 14186488. OLE color: 14186488.
HSL color Cylindrical-coordinate representation of color #F877D8: hue angle of 314.88º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F877D8 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 216 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.03 |
| HSL | 314.88º | 0.9% | 0.72% | - |
| HSV(B) | 314.88º | 0.52% | 0.97% | - |
| XYZ | 57.7 | 38.11 | 69.28 | - |
| YUV | 168.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 216 | 0 | 0.52 | 0.13 | 0.03 | 314.88 | 0.9 | 0.72 |
| Hex | F8 | 77 | D8 | 0 | 34 | D | 3 | 13B | 5A | 48 |
| Octal | 370 | 167 | 330 | 0 | 64 | 15 | 3 | 473 | 132 | 110 |
| Binary | 11111000 | 1110111 | 11011000 | 0 | 110100 | 1101 | 11 | 100111011 | 1011010 | 1001000 |
Color Harmonies of #F877D8
Complementary color
Monochromatic Colors of #F877D8
Black with #F877D8
Text Example
Text Example
White with #F877D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877D8; }
p { color: rgb(248,119,216); }
H1.HeaderClassName
{
color: #F877D8;
}
.AnyTagClassName
{
color: #F877D8;
}
</style>
background-color css
<style>
a { background-color: #F877D8; }
a { background-color: rgb(248,119,216); }
div.DivClassName
{
background-color: #F877D8;
}
.BgClassName
{
background-color: #F877D8;
}
</style>
border-color css
<style>
span { border-color: #F877D8; }
span { border-color: rgb(248,119,216); }
td.TdClassName
{
border-color: #F877D8;
}
.TagClassName
{
border-color: #F877D8;
}
</style>