Shades of Pale Magenta #F87EDF
Tints of Pale Magenta #F87EDF
RGB
CMYK
RGB Variations
Color information
#F87EDF (or 0xF87EDF) is known color: Pale Magenta. HEX triplet: F8, 7E and DF. RGB value is (248,126,223). Sum of RGB (Red+Green+Blue) = 248+126+223=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F87EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87EDF is #078120. Grayscale: #ADADAD. Windows color (decimal): -491809 or 14647032. OLE color: 14647032.
HSL color Cylindrical-coordinate representation of color #F87EDF: hue angle of 312.3º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87EDF is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 223 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.03 |
| HSL | 312.3º | 0.9% | 0.73% | - |
| HSV(B) | 312.3º | 0.49% | 0.97% | - |
| XYZ | 59.49 | 40.21 | 74.44 | - |
| YUV | 173.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 223 | 0 | 0.49 | 0.10 | 0.03 | 312.3 | 0.9 | 0.73 |
| Hex | F8 | 7E | DF | 0 | 31 | A | 3 | 138 | 5A | 49 |
| Octal | 370 | 176 | 337 | 0 | 61 | 12 | 3 | 470 | 132 | 111 |
| Binary | 11111000 | 1111110 | 11011111 | 0 | 110001 | 1010 | 11 | 100111000 | 1011010 | 1001001 |
Color Harmonies of #F87EDF
Complementary color
Monochromatic Colors of #F87EDF
Black with #F87EDF
Text Example
Text Example
White with #F87EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87EDF; }
p { color: rgb(248,126,223); }
H1.HeaderClassName
{
color: #F87EDF;
}
.AnyTagClassName
{
color: #F87EDF;
}
</style>
background-color css
<style>
a { background-color: #F87EDF; }
a { background-color: rgb(248,126,223); }
div.DivClassName
{
background-color: #F87EDF;
}
.BgClassName
{
background-color: #F87EDF;
}
</style>
border-color css
<style>
span { border-color: #F87EDF; }
span { border-color: rgb(248,126,223); }
td.TdClassName
{
border-color: #F87EDF;
}
.TagClassName
{
border-color: #F87EDF;
}
</style>