Shades of Pale Magenta #F891E6
Tints of Pale Magenta #F891E6
RGB
CMYK
RGB Variations
Color information
#F891E6 (or 0xF891E6) is known color: Pale Magenta. HEX triplet: F8, 91 and E6. RGB value is (248,145,230). Sum of RGB (Red+Green+Blue) = 248+145+230=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F891E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F891E6 is #076E19. Grayscale: #B9B9B9. Windows color (decimal): -486938 or 15110648. OLE color: 15110648.
HSL color Cylindrical-coordinate representation of color #F891E6: hue angle of 310.49º 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 #F891E6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 230 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.03 |
| HSL | 310.49º | 0.88% | 0.77% | - |
| HSV(B) | 310.49º | 0.42% | 0.97% | - |
| XYZ | 63.12 | 45.92 | 80.4 | - |
| YUV | 185.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 230 | 0 | 0.42 | 0.07 | 0.03 | 310.49 | 0.88 | 0.77 |
| Hex | F8 | 91 | E6 | 0 | 2A | 7 | 3 | 136 | 58 | 4D |
| Octal | 370 | 221 | 346 | 0 | 52 | 7 | 3 | 466 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11100110 | 0 | 101010 | 111 | 11 | 100110110 | 1011000 | 1001101 |
Color Harmonies of #F891E6
Complementary color
Monochromatic Colors of #F891E6
Black with #F891E6
Text Example
Text Example
White with #F891E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891E6; }
p { color: rgb(248,145,230); }
H1.HeaderClassName
{
color: #F891E6;
}
.AnyTagClassName
{
color: #F891E6;
}
</style>
background-color css
<style>
a { background-color: #F891E6; }
a { background-color: rgb(248,145,230); }
div.DivClassName
{
background-color: #F891E6;
}
.BgClassName
{
background-color: #F891E6;
}
</style>
border-color css
<style>
span { border-color: #F891E6; }
span { border-color: rgb(248,145,230); }
td.TdClassName
{
border-color: #F891E6;
}
.TagClassName
{
border-color: #F891E6;
}
</style>