Shades of Pale Magenta #F894EC
Tints of Pale Magenta #F894EC
RGB
CMYK
RGB Variations
Color information
#F894EC (or 0xF894EC) is known color: Pale Magenta. HEX triplet: F8, 94 and EC. RGB value is (248,148,236). Sum of RGB (Red+Green+Blue) = 248+148+236=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F894EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F894EC is #076B13. Grayscale: #BBBBBB. Windows color (decimal): -486164 or 15504632. OLE color: 15504632.
HSL color Cylindrical-coordinate representation of color #F894EC: hue angle of 307.2º 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 #F894EC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 236 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.03 |
| HSL | 307.2º | 0.88% | 0.78% | - |
| HSV(B) | 307.2º | 0.4% | 0.97% | - |
| XYZ | 64.44 | 47.19 | 85.07 | - |
| YUV | 187.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 236 | 0 | 0.40 | 0.05 | 0.03 | 307.2 | 0.88 | 0.78 |
| Hex | F8 | 94 | EC | 0 | 28 | 5 | 3 | 133 | 58 | 4E |
| Octal | 370 | 224 | 354 | 0 | 50 | 5 | 3 | 463 | 130 | 116 |
| Binary | 11111000 | 10010100 | 11101100 | 0 | 101000 | 101 | 11 | 100110011 | 1011000 | 1001110 |
Color Harmonies of #F894EC
Complementary color
Monochromatic Colors of #F894EC
Black with #F894EC
Text Example
Text Example
White with #F894EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894EC; }
p { color: rgb(248,148,236); }
H1.HeaderClassName
{
color: #F894EC;
}
.AnyTagClassName
{
color: #F894EC;
}
</style>
background-color css
<style>
a { background-color: #F894EC; }
a { background-color: rgb(248,148,236); }
div.DivClassName
{
background-color: #F894EC;
}
.BgClassName
{
background-color: #F894EC;
}
</style>
border-color css
<style>
span { border-color: #F894EC; }
span { border-color: rgb(248,148,236); }
td.TdClassName
{
border-color: #F894EC;
}
.TagClassName
{
border-color: #F894EC;
}
</style>