Shades of Pale Magenta #F895EC
Tints of Pale Magenta #F895EC
RGB
CMYK
RGB Variations
Color information
#F895EC (or 0xF895EC) is known color: Pale Magenta. HEX triplet: F8, 95 and EC. RGB value is (248,149,236). Sum of RGB (Red+Green+Blue) = 248+149+236=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F895EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895EC is #076A13. Grayscale: #BCBCBC. Windows color (decimal): -485908 or 15504888. OLE color: 15504888.
HSL color Cylindrical-coordinate representation of color #F895EC: hue angle of 307.27º 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 #F895EC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 236 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.03 |
| HSL | 307.27º | 0.88% | 0.78% | - |
| HSV(B) | 307.27º | 0.4% | 0.97% | - |
| XYZ | 64.6 | 47.51 | 85.12 | - |
| YUV | 188.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 236 | 0 | 0.40 | 0.05 | 0.03 | 307.27 | 0.88 | 0.78 |
| Hex | F8 | 95 | EC | 0 | 28 | 5 | 3 | 133 | 58 | 4E |
| Octal | 370 | 225 | 354 | 0 | 50 | 5 | 3 | 463 | 130 | 116 |
| Binary | 11111000 | 10010101 | 11101100 | 0 | 101000 | 101 | 11 | 100110011 | 1011000 | 1001110 |
Color Harmonies of #F895EC
Complementary color
Monochromatic Colors of #F895EC
Black with #F895EC
Text Example
Text Example
White with #F895EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895EC; }
p { color: rgb(248,149,236); }
H1.HeaderClassName
{
color: #F895EC;
}
.AnyTagClassName
{
color: #F895EC;
}
</style>
background-color css
<style>
a { background-color: #F895EC; }
a { background-color: rgb(248,149,236); }
div.DivClassName
{
background-color: #F895EC;
}
.BgClassName
{
background-color: #F895EC;
}
</style>
border-color css
<style>
span { border-color: #F895EC; }
span { border-color: rgb(248,149,236); }
td.TdClassName
{
border-color: #F895EC;
}
.TagClassName
{
border-color: #F895EC;
}
</style>