Shades of Magenta #F807E7
Tints of Magenta #F807E7
RGB
CMYK
RGB Variations
Color information
#F807E7 (or 0xF807E7) is known color: Magenta. HEX triplet: F8, 07 and E7. RGB value is (248,7,231). Sum of RGB (Red+Green+Blue) = 248+7+231=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F807E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807E7 is #07F818. Grayscale: #676767. Windows color (decimal): -522265 or 15140856. OLE color: 15140856.
HSL color Cylindrical-coordinate representation of color #F807E7: hue angle of 304.23º 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 #F807E7 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 7 | 231 | - |
CMYK | 0 | 0.97 | 0.07 | 0.03 |
HSL | 304.23º | 0.95% | 0.5% | - |
HSV(B) | 304.23º | 0.97% | 0.97% | - |
XYZ | 53.21 | 25.88 | 77.79 | - |
YUV | 104.6 | 199.34 | 230.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 7 | 231 | 0 | 0.97 | 0.07 | 0.03 | 304.23 | 0.95 | 0.5 |
Hex | F8 | 7 | E7 | 0 | 61 | 7 | 3 | 130 | 5F | 32 |
Octal | 370 | 7 | 347 | 0 | 141 | 7 | 3 | 460 | 137 | 62 |
Binary | 11111000 | 111 | 11100111 | 0 | 1100001 | 111 | 11 | 100110000 | 1011111 | 110010 |
Color Harmonies of #F807E7
Complementary color
Monochromatic Colors of #F807E7
Black with #F807E7
Text Example
Text Example
White with #F807E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807E7; }
p { color: rgb(248,7,231); }
H1.HeaderClassName
{
color: #F807E7;
}
.AnyTagClassName
{
color: #F807E7;
}
</style>
background-color css
<style>
a { background-color: #F807E7; }
a { background-color: rgb(248,7,231); }
div.DivClassName
{
background-color: #F807E7;
}
.BgClassName
{
background-color: #F807E7;
}
</style>
border-color css
<style>
span { border-color: #F807E7; }
span { border-color: rgb(248,7,231); }
td.TdClassName
{
border-color: #F807E7;
}
.TagClassName
{
border-color: #F807E7;
}
</style>