Shades of Magenta #F807F0
Tints of Magenta #F807F0
RGB
CMYK
RGB Variations
Color information
#F807F0 (or 0xF807F0) is known color: Magenta. HEX triplet: F8, 07 and F0. RGB value is (248,7,240). Sum of RGB (Red+Green+Blue) = 248+7+240=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 7 (3.12% from 255 or 1.41% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F807F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807F0 is #07F80F. Grayscale: #686868. Windows color (decimal): -522256 or 15730680. OLE color: 15730680.
HSL color Cylindrical-coordinate representation of color #F807F0: hue angle of 301.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 #F807F0 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 240 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.03 |
| HSL | 301.99º | 0.95% | 0.5% | - |
| HSV(B) | 301.99º | 0.97% | 0.97% | - |
| XYZ | 54.52 | 26.4 | 84.66 | - |
| YUV | 105.62 | 203.84 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 240 | 0 | 0.97 | 0.03 | 0.03 | 301.99 | 0.95 | 0.5 |
| Hex | F8 | 7 | F0 | 0 | 61 | 3 | 3 | 12E | 5F | 32 |
| Octal | 370 | 7 | 360 | 0 | 141 | 3 | 3 | 456 | 137 | 62 |
| Binary | 11111000 | 111 | 11110000 | 0 | 1100001 | 11 | 11 | 100101110 | 1011111 | 110010 |
Color Harmonies of #F807F0
Complementary color
Monochromatic Colors of #F807F0
Black with #F807F0
Text Example
Text Example
White with #F807F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807F0; }
p { color: rgb(248,7,240); }
H1.HeaderClassName
{
color: #F807F0;
}
.AnyTagClassName
{
color: #F807F0;
}
</style>
background-color css
<style>
a { background-color: #F807F0; }
a { background-color: rgb(248,7,240); }
div.DivClassName
{
background-color: #F807F0;
}
.BgClassName
{
background-color: #F807F0;
}
</style>
border-color css
<style>
span { border-color: #F807F0; }
span { border-color: rgb(248,7,240); }
td.TdClassName
{
border-color: #F807F0;
}
.TagClassName
{
border-color: #F807F0;
}
</style>