Shades of Magenta #F807EC
Tints of Magenta #F807EC
RGB
CMYK
RGB Variations
Color information
#F807EC (or 0xF807EC) is known color: Magenta. HEX triplet: F8, 07 and EC. RGB value is (248,7,236). Sum of RGB (Red+Green+Blue) = 248+7+236=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 7 (3.12% from 255 or 1.43% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F807EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807EC is #07F813. Grayscale: #686868. Windows color (decimal): -522260 or 15468536. OLE color: 15468536.
HSL color Cylindrical-coordinate representation of color #F807EC: hue angle of 302.99º 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 #F807EC is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 236 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.03 |
| HSL | 302.99º | 0.95% | 0.5% | - |
| HSV(B) | 302.99º | 0.97% | 0.97% | - |
| XYZ | 53.93 | 26.16 | 81.56 | - |
| YUV | 105.17 | 201.84 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 236 | 0 | 0.97 | 0.05 | 0.03 | 302.99 | 0.95 | 0.5 |
| Hex | F8 | 7 | EC | 0 | 61 | 5 | 3 | 12F | 5F | 32 |
| Octal | 370 | 7 | 354 | 0 | 141 | 5 | 3 | 457 | 137 | 62 |
| Binary | 11111000 | 111 | 11101100 | 0 | 1100001 | 101 | 11 | 100101111 | 1011111 | 110010 |
Color Harmonies of #F807EC
Complementary color
Monochromatic Colors of #F807EC
Black with #F807EC
Text Example
Text Example
White with #F807EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807EC; }
p { color: rgb(248,7,236); }
H1.HeaderClassName
{
color: #F807EC;
}
.AnyTagClassName
{
color: #F807EC;
}
</style>
background-color css
<style>
a { background-color: #F807EC; }
a { background-color: rgb(248,7,236); }
div.DivClassName
{
background-color: #F807EC;
}
.BgClassName
{
background-color: #F807EC;
}
</style>
border-color css
<style>
span { border-color: #F807EC; }
span { border-color: rgb(248,7,236); }
td.TdClassName
{
border-color: #F807EC;
}
.TagClassName
{
border-color: #F807EC;
}
</style>