Shades of Pale Magenta #F890ED
Tints of Pale Magenta #F890ED
RGB
CMYK
RGB Variations
Color information
#F890ED (or 0xF890ED) is known color: Pale Magenta. HEX triplet: F8, 90 and ED. RGB value is (248,144,237). Sum of RGB (Red+Green+Blue) = 248+144+237=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F890ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890ED is #076F12. Grayscale: #B9B9B9. Windows color (decimal): -487187 or 15569144. OLE color: 15569144.
HSL color Cylindrical-coordinate representation of color #F890ED: hue angle of 306.35º 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 #F890ED is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 237 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.03 |
| HSL | 306.35º | 0.88% | 0.77% | - |
| HSV(B) | 306.35º | 0.42% | 0.97% | - |
| XYZ | 63.97 | 46.02 | 85.63 | - |
| YUV | 185.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 237 | 0 | 0.42 | 0.04 | 0.03 | 306.35 | 0.88 | 0.77 |
| Hex | F8 | 90 | ED | 0 | 2A | 4 | 3 | 132 | 58 | 4D |
| Octal | 370 | 220 | 355 | 0 | 52 | 4 | 3 | 462 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11101101 | 0 | 101010 | 100 | 11 | 100110010 | 1011000 | 1001101 |
Color Harmonies of #F890ED
Complementary color
Monochromatic Colors of #F890ED
Black with #F890ED
Text Example
Text Example
White with #F890ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890ED; }
p { color: rgb(248,144,237); }
H1.HeaderClassName
{
color: #F890ED;
}
.AnyTagClassName
{
color: #F890ED;
}
</style>
background-color css
<style>
a { background-color: #F890ED; }
a { background-color: rgb(248,144,237); }
div.DivClassName
{
background-color: #F890ED;
}
.BgClassName
{
background-color: #F890ED;
}
</style>
border-color css
<style>
span { border-color: #F890ED; }
span { border-color: rgb(248,144,237); }
td.TdClassName
{
border-color: #F890ED;
}
.TagClassName
{
border-color: #F890ED;
}
</style>