Shades of Pale Magenta #F895EF
Tints of Pale Magenta #F895EF
RGB
CMYK
RGB Variations
Color information
#F895EF (or 0xF895EF) is known color: Pale Magenta. HEX triplet: F8, 95 and EF. RGB value is (248,149,239). Sum of RGB (Red+Green+Blue) = 248+149+239=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F895EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895EF is #076A10. Grayscale: #BCBCBC. Windows color (decimal): -485905 or 15701496. OLE color: 15701496.
HSL color Cylindrical-coordinate representation of color #F895EF: hue angle of 305.45º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895EF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 239 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.03 |
| HSL | 305.45º | 0.88% | 0.78% | - |
| HSV(B) | 305.45º | 0.4% | 0.97% | - |
| XYZ | 65.04 | 47.68 | 87.44 | - |
| YUV | 188.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 239 | 0 | 0.40 | 0.04 | 0.03 | 305.45 | 0.88 | 0.78 |
| Hex | F8 | 95 | EF | 0 | 28 | 4 | 3 | 131 | 58 | 4E |
| Octal | 370 | 225 | 357 | 0 | 50 | 4 | 3 | 461 | 130 | 116 |
| Binary | 11111000 | 10010101 | 11101111 | 0 | 101000 | 100 | 11 | 100110001 | 1011000 | 1001110 |
Color Harmonies of #F895EF
Complementary color
Monochromatic Colors of #F895EF
Black with #F895EF
Text Example
Text Example
White with #F895EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895EF; }
p { color: rgb(248,149,239); }
H1.HeaderClassName
{
color: #F895EF;
}
.AnyTagClassName
{
color: #F895EF;
}
</style>
background-color css
<style>
a { background-color: #F895EF; }
a { background-color: rgb(248,149,239); }
div.DivClassName
{
background-color: #F895EF;
}
.BgClassName
{
background-color: #F895EF;
}
</style>
border-color css
<style>
span { border-color: #F895EF; }
span { border-color: rgb(248,149,239); }
td.TdClassName
{
border-color: #F895EF;
}
.TagClassName
{
border-color: #F895EF;
}
</style>