Shades of Magenta #F731FA
Tints of Magenta #F731FA
RGB
CMYK
RGB Variations
Color information
#F731FA (or 0xF731FA) is known color: Magenta. HEX triplet: F7, 31 and FA. RGB value is (247,49,250). Sum of RGB (Red+Green+Blue) = 247+49+250=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 49 (19.53% from 255 or 8.97% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #F731FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F731FA is #08CE05. Grayscale: #828282. Windows color (decimal): -577030 or 16396791. OLE color: 16396791.
HSL color Cylindrical-coordinate representation of color #F731FA: hue angle of 299.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F731FA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 49 | 250 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.02 |
| HSL | 299.1º | 0.95% | 0.59% | - |
| HSV(B) | 299.1º | 0.8% | 0.98% | - |
| XYZ | 56.71 | 28.87 | 93.03 | - |
| YUV | 131.12 | 195.1 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 250 | 0.01 | 0.80 | 0 | 0.02 | 299.1 | 0.95 | 0.59 |
| Hex | F7 | 31 | FA | 1 | 50 | 0 | 2 | 12B | 5F | 3B |
| Octal | 367 | 61 | 372 | 1 | 120 | 0 | 2 | 453 | 137 | 73 |
| Binary | 11110111 | 110001 | 11111010 | 1 | 1010000 | 0 | 10 | 100101011 | 1011111 | 111011 |
Color Harmonies of #F731FA
Complementary color
Monochromatic Colors of #F731FA
Black with #F731FA
Text Example
Text Example
White with #F731FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731FA; }
p { color: rgb(247,49,250); }
H1.HeaderClassName
{
color: #F731FA;
}
.AnyTagClassName
{
color: #F731FA;
}
</style>
background-color css
<style>
a { background-color: #F731FA; }
a { background-color: rgb(247,49,250); }
div.DivClassName
{
background-color: #F731FA;
}
.BgClassName
{
background-color: #F731FA;
}
</style>
border-color css
<style>
span { border-color: #F731FA; }
span { border-color: rgb(247,49,250); }
td.TdClassName
{
border-color: #F731FA;
}
.TagClassName
{
border-color: #F731FA;
}
</style>