Shades of Magenta #F807E6
Tints of Magenta #F807E6
RGB
CMYK
RGB Variations
Color information
#F807E6 (or 0xF807E6) is known color: Magenta. HEX triplet: F8, 07 and E6. RGB value is (248,7,230). Sum of RGB (Red+Green+Blue) = 248+7+230=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 7 (3.12% from 255 or 1.44% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F807E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807E6 is #07F819. Grayscale: #676767. Windows color (decimal): -522266 or 15075320. OLE color: 15075320.
HSL color Cylindrical-coordinate representation of color #F807E6: hue angle of 304.48º degrees, saturation: 0.95, 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 #F807E6 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.03 |
| HSL | 304.48º | 0.95% | 0.5% | - |
| HSV(B) | 304.48º | 0.97% | 0.97% | - |
| XYZ | 53.07 | 25.82 | 77.05 | - |
| YUV | 104.48 | 198.84 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 230 | 0 | 0.97 | 0.07 | 0.03 | 304.48 | 0.95 | 0.5 |
| Hex | F8 | 7 | E6 | 0 | 61 | 7 | 3 | 130 | 5F | 32 |
| Octal | 370 | 7 | 346 | 0 | 141 | 7 | 3 | 460 | 137 | 62 |
| Binary | 11111000 | 111 | 11100110 | 0 | 1100001 | 111 | 11 | 100110000 | 1011111 | 110010 |
Color Harmonies of #F807E6
Complementary color
Monochromatic Colors of #F807E6
Black with #F807E6
Text Example
Text Example
White with #F807E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807E6; }
p { color: rgb(248,7,230); }
H1.HeaderClassName
{
color: #F807E6;
}
.AnyTagClassName
{
color: #F807E6;
}
</style>
background-color css
<style>
a { background-color: #F807E6; }
a { background-color: rgb(248,7,230); }
div.DivClassName
{
background-color: #F807E6;
}
.BgClassName
{
background-color: #F807E6;
}
</style>
border-color css
<style>
span { border-color: #F807E6; }
span { border-color: rgb(248,7,230); }
td.TdClassName
{
border-color: #F807E6;
}
.TagClassName
{
border-color: #F807E6;
}
</style>