Shades of Magenta #F726F8
Tints of Magenta #F726F8
RGB
CMYK
RGB Variations
Color information
#F726F8 (or 0xF726F8) is known color: Magenta. HEX triplet: F7, 26 and F8. RGB value is (247,38,248). Sum of RGB (Red+Green+Blue) = 247+38+248=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 38 (15.23% from 255 or 7.13% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #F726F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726F8 is #08D907. Grayscale: #7B7B7B. Windows color (decimal): -579848 or 16262903. OLE color: 16262903.
HSL color Cylindrical-coordinate representation of color #F726F8: hue angle of 299.71º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F726F8 is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 248 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.03 |
| HSL | 299.71º | 0.94% | 0.56% | - |
| HSV(B) | 299.71º | 0.85% | 0.97% | - |
| XYZ | 55.99 | 27.94 | 91.25 | - |
| YUV | 124.43 | 197.74 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 248 | 0.00 | 0.85 | 0 | 0.03 | 299.71 | 0.94 | 0.56 |
| Hex | F7 | 26 | F8 | 0 | 55 | 0 | 3 | 12C | 5E | 38 |
| Octal | 367 | 46 | 370 | 0 | 125 | 0 | 3 | 454 | 136 | 70 |
| Binary | 11110111 | 100110 | 11111000 | 0 | 1010101 | 0 | 11 | 100101100 | 1011110 | 111000 |
Color Harmonies of #F726F8
Complementary color
Monochromatic Colors of #F726F8
Black with #F726F8
Text Example
Text Example
White with #F726F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726F8; }
p { color: rgb(247,38,248); }
H1.HeaderClassName
{
color: #F726F8;
}
.AnyTagClassName
{
color: #F726F8;
}
</style>
background-color css
<style>
a { background-color: #F726F8; }
a { background-color: rgb(247,38,248); }
div.DivClassName
{
background-color: #F726F8;
}
.BgClassName
{
background-color: #F726F8;
}
</style>
border-color css
<style>
span { border-color: #F726F8; }
span { border-color: rgb(247,38,248); }
td.TdClassName
{
border-color: #F726F8;
}
.TagClassName
{
border-color: #F726F8;
}
</style>