Shades of Magenta #F808E6
Tints of Magenta #F808E6
RGB
CMYK
RGB Variations
Color information
#F808E6 (or 0xF808E6) is known color: Magenta. HEX triplet: F8, 08 and E6. RGB value is (248,8,230). Sum of RGB (Red+Green+Blue) = 248+8+230=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 8 (3.52% from 255 or 1.65% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F808E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F808E6 is #07F719. Grayscale: #686868. Windows color (decimal): -522010 or 15075576. OLE color: 15075576.
HSL color Cylindrical-coordinate representation of color #F808E6: hue angle of 304.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808E6 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 230 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.03 |
| HSL | 304.5º | 0.94% | 0.5% | - |
| HSV(B) | 304.5º | 0.97% | 0.97% | - |
| XYZ | 53.08 | 25.84 | 77.05 | - |
| YUV | 105.07 | 198.51 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 230 | 0 | 0.97 | 0.07 | 0.03 | 304.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | E6 | 0 | 61 | 7 | 3 | 130 | 5E | 32 |
| Octal | 370 | 10 | 346 | 0 | 141 | 7 | 3 | 460 | 136 | 62 |
| Binary | 11111000 | 1000 | 11100110 | 0 | 1100001 | 111 | 11 | 100110000 | 1011110 | 110010 |
Color Harmonies of #F808E6
Complementary color
Monochromatic Colors of #F808E6
Black with #F808E6
Text Example
Text Example
White with #F808E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808E6; }
p { color: rgb(248,8,230); }
H1.HeaderClassName
{
color: #F808E6;
}
.AnyTagClassName
{
color: #F808E6;
}
</style>
background-color css
<style>
a { background-color: #F808E6; }
a { background-color: rgb(248,8,230); }
div.DivClassName
{
background-color: #F808E6;
}
.BgClassName
{
background-color: #F808E6;
}
</style>
border-color css
<style>
span { border-color: #F808E6; }
span { border-color: rgb(248,8,230); }
td.TdClassName
{
border-color: #F808E6;
}
.TagClassName
{
border-color: #F808E6;
}
</style>