Shades of Pale Magenta #F892ED
Tints of Pale Magenta #F892ED
RGB
CMYK
RGB Variations
Color information
#F892ED (or 0xF892ED) is known color: Pale Magenta. HEX triplet: F8, 92 and ED. RGB value is (248,146,237). Sum of RGB (Red+Green+Blue) = 248+146+237=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 146 (57.42% from 255 or 23.14% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F892ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F892ED is #076D12. Grayscale: #BABABA. Windows color (decimal): -486675 or 15569656. OLE color: 15569656.
HSL color Cylindrical-coordinate representation of color #F892ED: hue angle of 306.47º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892ED is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 237 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.03 |
| HSL | 306.47º | 0.88% | 0.77% | - |
| HSV(B) | 306.47º | 0.41% | 0.97% | - |
| XYZ | 64.28 | 46.63 | 85.73 | - |
| YUV | 186.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 237 | 0 | 0.41 | 0.04 | 0.03 | 306.47 | 0.88 | 0.77 |
| Hex | F8 | 92 | ED | 0 | 29 | 4 | 3 | 132 | 58 | 4D |
| Octal | 370 | 222 | 355 | 0 | 51 | 4 | 3 | 462 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11101101 | 0 | 101001 | 100 | 11 | 100110010 | 1011000 | 1001101 |
Color Harmonies of #F892ED
Complementary color
Monochromatic Colors of #F892ED
Black with #F892ED
Text Example
Text Example
White with #F892ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892ED; }
p { color: rgb(248,146,237); }
H1.HeaderClassName
{
color: #F892ED;
}
.AnyTagClassName
{
color: #F892ED;
}
</style>
background-color css
<style>
a { background-color: #F892ED; }
a { background-color: rgb(248,146,237); }
div.DivClassName
{
background-color: #F892ED;
}
.BgClassName
{
background-color: #F892ED;
}
</style>
border-color css
<style>
span { border-color: #F892ED; }
span { border-color: rgb(248,146,237); }
td.TdClassName
{
border-color: #F892ED;
}
.TagClassName
{
border-color: #F892ED;
}
</style>