Shades of Pale Magenta #F891EF
Tints of Pale Magenta #F891EF
RGB
CMYK
RGB Variations
Color information
#F891EF (or 0xF891EF) is known color: Pale Magenta. HEX triplet: F8, 91 and EF. RGB value is (248,145,239). Sum of RGB (Red+Green+Blue) = 248+145+239=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F891EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F891EF is #076E10. Grayscale: #BABABA. Windows color (decimal): -486929 or 15700472. OLE color: 15700472.
HSL color Cylindrical-coordinate representation of color #F891EF: hue angle of 305.24º 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 #F891EF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 239 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.03 |
| HSL | 305.24º | 0.88% | 0.77% | - |
| HSV(B) | 305.24º | 0.42% | 0.97% | - |
| XYZ | 64.42 | 46.44 | 87.23 | - |
| YUV | 186.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 239 | 0 | 0.42 | 0.04 | 0.03 | 305.24 | 0.88 | 0.77 |
| Hex | F8 | 91 | EF | 0 | 2A | 4 | 3 | 131 | 58 | 4D |
| Octal | 370 | 221 | 357 | 0 | 52 | 4 | 3 | 461 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11101111 | 0 | 101010 | 100 | 11 | 100110001 | 1011000 | 1001101 |
Color Harmonies of #F891EF
Complementary color
Monochromatic Colors of #F891EF
Black with #F891EF
Text Example
Text Example
White with #F891EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891EF; }
p { color: rgb(248,145,239); }
H1.HeaderClassName
{
color: #F891EF;
}
.AnyTagClassName
{
color: #F891EF;
}
</style>
background-color css
<style>
a { background-color: #F891EF; }
a { background-color: rgb(248,145,239); }
div.DivClassName
{
background-color: #F891EF;
}
.BgClassName
{
background-color: #F891EF;
}
</style>
border-color css
<style>
span { border-color: #F891EF; }
span { border-color: rgb(248,145,239); }
td.TdClassName
{
border-color: #F891EF;
}
.TagClassName
{
border-color: #F891EF;
}
</style>