Shades of Pale Magenta #F891ED
Tints of Pale Magenta #F891ED
RGB
CMYK
RGB Variations
Color information
#F891ED (or 0xF891ED) is known color: Pale Magenta. HEX triplet: F8, 91 and ED. RGB value is (248,145,237). Sum of RGB (Red+Green+Blue) = 248+145+237=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 145 (57.03% from 255 or 23.02% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F891ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F891ED is #076E12. Grayscale: #BABABA. Windows color (decimal): -486931 or 15569400. OLE color: 15569400.
HSL color Cylindrical-coordinate representation of color #F891ED: hue angle of 306.41º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F891ED is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 237 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.03 |
| HSL | 306.41º | 0.88% | 0.77% | - |
| HSV(B) | 306.41º | 0.42% | 0.97% | - |
| XYZ | 64.12 | 46.32 | 85.68 | - |
| YUV | 186.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 237 | 0 | 0.42 | 0.04 | 0.03 | 306.41 | 0.88 | 0.77 |
| Hex | F8 | 91 | ED | 0 | 2A | 4 | 3 | 132 | 58 | 4D |
| Octal | 370 | 221 | 355 | 0 | 52 | 4 | 3 | 462 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11101101 | 0 | 101010 | 100 | 11 | 100110010 | 1011000 | 1001101 |
Color Harmonies of #F891ED
Complementary color
Monochromatic Colors of #F891ED
Black with #F891ED
Text Example
Text Example
White with #F891ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891ED; }
p { color: rgb(248,145,237); }
H1.HeaderClassName
{
color: #F891ED;
}
.AnyTagClassName
{
color: #F891ED;
}
</style>
background-color css
<style>
a { background-color: #F891ED; }
a { background-color: rgb(248,145,237); }
div.DivClassName
{
background-color: #F891ED;
}
.BgClassName
{
background-color: #F891ED;
}
</style>
border-color css
<style>
span { border-color: #F891ED; }
span { border-color: rgb(248,145,237); }
td.TdClassName
{
border-color: #F891ED;
}
.TagClassName
{
border-color: #F891ED;
}
</style>