Shades of Pale Magenta #F877E6
Tints of Pale Magenta #F877E6
RGB
CMYK
RGB Variations
Color information
#F877E6 (or 0xF877E6) is known color: Pale Magenta. HEX triplet: F8, 77 and E6. RGB value is (248,119,230). Sum of RGB (Red+Green+Blue) = 248+119+230=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F877E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F877E6 is #078819. Grayscale: #A9A9A9. Windows color (decimal): -493594 or 15103992. OLE color: 15103992.
HSL color Cylindrical-coordinate representation of color #F877E6: hue angle of 308.37º 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 #F877E6 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 230 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.03 |
| HSL | 308.37º | 0.9% | 0.72% | - |
| HSV(B) | 308.37º | 0.52% | 0.97% | - |
| XYZ | 59.59 | 38.86 | 79.22 | - |
| YUV | 170.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 230 | 0 | 0.52 | 0.07 | 0.03 | 308.37 | 0.9 | 0.72 |
| Hex | F8 | 77 | E6 | 0 | 34 | 7 | 3 | 134 | 5A | 48 |
| Octal | 370 | 167 | 346 | 0 | 64 | 7 | 3 | 464 | 132 | 110 |
| Binary | 11111000 | 1110111 | 11100110 | 0 | 110100 | 111 | 11 | 100110100 | 1011010 | 1001000 |
Color Harmonies of #F877E6
Complementary color
Monochromatic Colors of #F877E6
Black with #F877E6
Text Example
Text Example
White with #F877E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877E6; }
p { color: rgb(248,119,230); }
H1.HeaderClassName
{
color: #F877E6;
}
.AnyTagClassName
{
color: #F877E6;
}
</style>
background-color css
<style>
a { background-color: #F877E6; }
a { background-color: rgb(248,119,230); }
div.DivClassName
{
background-color: #F877E6;
}
.BgClassName
{
background-color: #F877E6;
}
</style>
border-color css
<style>
span { border-color: #F877E6; }
span { border-color: rgb(248,119,230); }
td.TdClassName
{
border-color: #F877E6;
}
.TagClassName
{
border-color: #F877E6;
}
</style>