Shades of Pale Magenta #F87FED
Tints of Pale Magenta #F87FED
RGB
CMYK
RGB Variations
Color information
#F87FED (or 0xF87FED) is known color: Pale Magenta. HEX triplet: F8, 7F and ED. RGB value is (248,127,237). Sum of RGB (Red+Green+Blue) = 248+127+237=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 127 (50% from 255 or 20.75% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87FED is #078012. Grayscale: #AFAFAF. Windows color (decimal): -491539 or 15564792. OLE color: 15564792.
HSL color Cylindrical-coordinate representation of color #F87FED: hue angle of 305.45º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FED is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 237 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.03 |
| HSL | 305.45º | 0.9% | 0.74% | - |
| HSV(B) | 305.45º | 0.49% | 0.97% | - |
| XYZ | 61.59 | 41.25 | 84.84 | - |
| YUV | 175.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 237 | 0 | 0.49 | 0.04 | 0.03 | 305.45 | 0.9 | 0.74 |
| Hex | F8 | 7F | ED | 0 | 31 | 4 | 3 | 131 | 5A | 4A |
| Octal | 370 | 177 | 355 | 0 | 61 | 4 | 3 | 461 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11101101 | 0 | 110001 | 100 | 11 | 100110001 | 1011010 | 1001010 |
Color Harmonies of #F87FED
Complementary color
Monochromatic Colors of #F87FED
Black with #F87FED
Text Example
Text Example
White with #F87FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FED; }
p { color: rgb(248,127,237); }
H1.HeaderClassName
{
color: #F87FED;
}
.AnyTagClassName
{
color: #F87FED;
}
</style>
background-color css
<style>
a { background-color: #F87FED; }
a { background-color: rgb(248,127,237); }
div.DivClassName
{
background-color: #F87FED;
}
.BgClassName
{
background-color: #F87FED;
}
</style>
border-color css
<style>
span { border-color: #F87FED; }
span { border-color: rgb(248,127,237); }
td.TdClassName
{
border-color: #F87FED;
}
.TagClassName
{
border-color: #F87FED;
}
</style>