Shades of Magenta #F726FE
Tints of Magenta #F726FE
RGB
CMYK
RGB Variations
Color information
#F726FE (or 0xF726FE) is known color: Magenta. HEX triplet: F7, 26 and FE. RGB value is (247,38,254). Sum of RGB (Red+Green+Blue) = 247+38+254=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 38 (15.23% from 255 or 7.05% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #F726FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726FE is #08D901. Grayscale: #7C7C7C. Windows color (decimal): -579842 or 16656119. OLE color: 16656119.
HSL color Cylindrical-coordinate representation of color #F726FE: hue angle of 298.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F726FE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 38 | 254 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.00 |
| HSL | 298.06º | 0.99% | 0.57% | - |
| HSV(B) | 298.06º | 0.85% | 1% | - |
| XYZ | 56.94 | 28.32 | 96.23 | - |
| YUV | 125.12 | 200.74 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 254 | 0.03 | 0.85 | 0 | 0.00 | 298.06 | 0.99 | 0.57 |
| Hex | F7 | 26 | FE | 3 | 55 | 0 | 0 | 12A | 63 | 39 |
| Octal | 367 | 46 | 376 | 3 | 125 | 0 | 0 | 452 | 143 | 71 |
| Binary | 11110111 | 100110 | 11111110 | 11 | 1010101 | 0 | 0 | 100101010 | 1100011 | 111001 |
Color Harmonies of #F726FE
Complementary color
Monochromatic Colors of #F726FE
Black with #F726FE
Text Example
Text Example
White with #F726FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726FE; }
p { color: rgb(247,38,254); }
H1.HeaderClassName
{
color: #F726FE;
}
.AnyTagClassName
{
color: #F726FE;
}
</style>
background-color css
<style>
a { background-color: #F726FE; }
a { background-color: rgb(247,38,254); }
div.DivClassName
{
background-color: #F726FE;
}
.BgClassName
{
background-color: #F726FE;
}
</style>
border-color css
<style>
span { border-color: #F726FE; }
span { border-color: rgb(247,38,254); }
td.TdClassName
{
border-color: #F726FE;
}
.TagClassName
{
border-color: #F726FE;
}
</style>