Shades of Pale Magenta #F890E6
Tints of Pale Magenta #F890E6
RGB
CMYK
RGB Variations
Color information
#F890E6 (or 0xF890E6) is known color: Pale Magenta. HEX triplet: F8, 90 and E6. RGB value is (248,144,230). Sum of RGB (Red+Green+Blue) = 248+144+230=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F890E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F890E6 is #076F19. Grayscale: #B8B8B8. Windows color (decimal): -487194 or 15110392. OLE color: 15110392.
HSL color Cylindrical-coordinate representation of color #F890E6: hue angle of 310.38º 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 #F890E6 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 230 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.03 |
| HSL | 310.38º | 0.88% | 0.77% | - |
| HSV(B) | 310.38º | 0.42% | 0.97% | - |
| XYZ | 62.97 | 45.62 | 80.35 | - |
| YUV | 184.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 230 | 0 | 0.42 | 0.07 | 0.03 | 310.38 | 0.88 | 0.77 |
| Hex | F8 | 90 | E6 | 0 | 2A | 7 | 3 | 136 | 58 | 4D |
| Octal | 370 | 220 | 346 | 0 | 52 | 7 | 3 | 466 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11100110 | 0 | 101010 | 111 | 11 | 100110110 | 1011000 | 1001101 |
Color Harmonies of #F890E6
Complementary color
Monochromatic Colors of #F890E6
Black with #F890E6
Text Example
Text Example
White with #F890E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890E6; }
p { color: rgb(248,144,230); }
H1.HeaderClassName
{
color: #F890E6;
}
.AnyTagClassName
{
color: #F890E6;
}
</style>
background-color css
<style>
a { background-color: #F890E6; }
a { background-color: rgb(248,144,230); }
div.DivClassName
{
background-color: #F890E6;
}
.BgClassName
{
background-color: #F890E6;
}
</style>
border-color css
<style>
span { border-color: #F890E6; }
span { border-color: rgb(248,144,230); }
td.TdClassName
{
border-color: #F890E6;
}
.TagClassName
{
border-color: #F890E6;
}
</style>