Shades of Magenta #F805F7
Tints of Magenta #F805F7
RGB
CMYK
RGB Variations
Color information
#F805F7 (or 0xF805F7) is known color: Magenta. HEX triplet: F8, 05 and F7. RGB value is (248,5,247). Sum of RGB (Red+Green+Blue) = 248+5+247=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 5 (2.34% from 255 or 1% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F805F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805F7 is #07FA08. Grayscale: #686868. Windows color (decimal): -522761 or 16188920. OLE color: 16188920.
HSL color Cylindrical-coordinate representation of color #F805F7: hue angle of 300.25º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805F7 is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 247 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.03 |
| HSL | 300.25º | 0.96% | 0.5% | - |
| HSV(B) | 300.25º | 0.98% | 0.97% | - |
| XYZ | 55.55 | 26.78 | 90.24 | - |
| YUV | 105.25 | 208.01 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 247 | 0 | 0.98 | 0.00 | 0.03 | 300.25 | 0.96 | 0.5 |
| Hex | F8 | 5 | F7 | 0 | 62 | 0 | 3 | 12C | 60 | 32 |
| Octal | 370 | 5 | 367 | 0 | 142 | 0 | 3 | 454 | 140 | 62 |
| Binary | 11111000 | 101 | 11110111 | 0 | 1100010 | 0 | 11 | 100101100 | 1100000 | 110010 |
Color Harmonies of #F805F7
Complementary color
Monochromatic Colors of #F805F7
Black with #F805F7
Text Example
Text Example
White with #F805F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805F7; }
p { color: rgb(248,5,247); }
H1.HeaderClassName
{
color: #F805F7;
}
.AnyTagClassName
{
color: #F805F7;
}
</style>
background-color css
<style>
a { background-color: #F805F7; }
a { background-color: rgb(248,5,247); }
div.DivClassName
{
background-color: #F805F7;
}
.BgClassName
{
background-color: #F805F7;
}
</style>
border-color css
<style>
span { border-color: #F805F7; }
span { border-color: rgb(248,5,247); }
td.TdClassName
{
border-color: #F805F7;
}
.TagClassName
{
border-color: #F805F7;
}
</style>