Shades of Pale Magenta #F87AED
Tints of Pale Magenta #F87AED
RGB
CMYK
RGB Variations
Color information
#F87AED (or 0xF87AED) is known color: Pale Magenta. HEX triplet: F8, 7A and ED. RGB value is (248,122,237). Sum of RGB (Red+Green+Blue) = 248+122+237=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 122 (48.05% from 255 or 20.10% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87AED is #078512. Grayscale: #ACACAC. Windows color (decimal): -492819 or 15563512. OLE color: 15563512.
HSL color Cylindrical-coordinate representation of color #F87AED: hue angle of 305.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AED is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 237 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.03 |
| HSL | 305.24º | 0.9% | 0.73% | - |
| HSV(B) | 305.24º | 0.51% | 0.97% | - |
| XYZ | 60.96 | 39.99 | 84.63 | - |
| YUV | 172.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 237 | 0 | 0.51 | 0.04 | 0.03 | 305.24 | 0.9 | 0.73 |
| Hex | F8 | 7A | ED | 0 | 33 | 4 | 3 | 131 | 5A | 49 |
| Octal | 370 | 172 | 355 | 0 | 63 | 4 | 3 | 461 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11101101 | 0 | 110011 | 100 | 11 | 100110001 | 1011010 | 1001001 |
Color Harmonies of #F87AED
Complementary color
Monochromatic Colors of #F87AED
Black with #F87AED
Text Example
Text Example
White with #F87AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AED; }
p { color: rgb(248,122,237); }
H1.HeaderClassName
{
color: #F87AED;
}
.AnyTagClassName
{
color: #F87AED;
}
</style>
background-color css
<style>
a { background-color: #F87AED; }
a { background-color: rgb(248,122,237); }
div.DivClassName
{
background-color: #F87AED;
}
.BgClassName
{
background-color: #F87AED;
}
</style>
border-color css
<style>
span { border-color: #F87AED; }
span { border-color: rgb(248,122,237); }
td.TdClassName
{
border-color: #F87AED;
}
.TagClassName
{
border-color: #F87AED;
}
</style>