Shades of Pale Magenta #F87DED
Tints of Pale Magenta #F87DED
RGB
CMYK
RGB Variations
Color information
#F87DED (or 0xF87DED) is known color: Pale Magenta. HEX triplet: F8, 7D and ED. RGB value is (248,125,237). Sum of RGB (Red+Green+Blue) = 248+125+237=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 125 (49.22% from 255 or 20.49% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87DED is #078212. Grayscale: #AEAEAE. Windows color (decimal): -492051 or 15564280. OLE color: 15564280.
HSL color Cylindrical-coordinate representation of color #F87DED: hue angle of 305.37º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DED is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 237 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.03 |
| HSL | 305.37º | 0.9% | 0.73% | - |
| HSV(B) | 305.37º | 0.5% | 0.97% | - |
| XYZ | 61.33 | 40.74 | 84.75 | - |
| YUV | 174.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 237 | 0 | 0.50 | 0.04 | 0.03 | 305.37 | 0.9 | 0.73 |
| Hex | F8 | 7D | ED | 0 | 32 | 4 | 3 | 131 | 5A | 49 |
| Octal | 370 | 175 | 355 | 0 | 62 | 4 | 3 | 461 | 132 | 111 |
| Binary | 11111000 | 1111101 | 11101101 | 0 | 110010 | 100 | 11 | 100110001 | 1011010 | 1001001 |
Color Harmonies of #F87DED
Complementary color
Monochromatic Colors of #F87DED
Black with #F87DED
Text Example
Text Example
White with #F87DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DED; }
p { color: rgb(248,125,237); }
H1.HeaderClassName
{
color: #F87DED;
}
.AnyTagClassName
{
color: #F87DED;
}
</style>
background-color css
<style>
a { background-color: #F87DED; }
a { background-color: rgb(248,125,237); }
div.DivClassName
{
background-color: #F87DED;
}
.BgClassName
{
background-color: #F87DED;
}
</style>
border-color css
<style>
span { border-color: #F87DED; }
span { border-color: rgb(248,125,237); }
td.TdClassName
{
border-color: #F87DED;
}
.TagClassName
{
border-color: #F87DED;
}
</style>