Shades of Magenta #F731FE
Tints of Magenta #F731FE
RGB
CMYK
RGB Variations
Color information
#F731FE (or 0xF731FE) is known color: Magenta. HEX triplet: F7, 31 and FE. RGB value is (247,49,254). Sum of RGB (Red+Green+Blue) = 247+49+254=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 49 (19.53% from 255 or 8.91% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #F731FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F731FE is #08CE01. Grayscale: #828282. Windows color (decimal): -577026 or 16658935. OLE color: 16658935.
HSL color Cylindrical-coordinate representation of color #F731FE: hue angle of 297.95º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F731FE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 49 | 254 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.00 |
| HSL | 297.95º | 0.99% | 0.59% | - |
| HSV(B) | 297.95º | 0.81% | 1% | - |
| XYZ | 57.35 | 29.13 | 96.37 | - |
| YUV | 131.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 254 | 0.03 | 0.81 | 0 | 0.00 | 297.95 | 0.99 | 0.59 |
| Hex | F7 | 31 | FE | 3 | 51 | 0 | 0 | 12A | 63 | 3B |
| Octal | 367 | 61 | 376 | 3 | 121 | 0 | 0 | 452 | 143 | 73 |
| Binary | 11110111 | 110001 | 11111110 | 11 | 1010001 | 0 | 0 | 100101010 | 1100011 | 111011 |
Color Harmonies of #F731FE
Complementary color
Monochromatic Colors of #F731FE
Black with #F731FE
Text Example
Text Example
White with #F731FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731FE; }
p { color: rgb(247,49,254); }
H1.HeaderClassName
{
color: #F731FE;
}
.AnyTagClassName
{
color: #F731FE;
}
</style>
background-color css
<style>
a { background-color: #F731FE; }
a { background-color: rgb(247,49,254); }
div.DivClassName
{
background-color: #F731FE;
}
.BgClassName
{
background-color: #F731FE;
}
</style>
border-color css
<style>
span { border-color: #F731FE; }
span { border-color: rgb(247,49,254); }
td.TdClassName
{
border-color: #F731FE;
}
.TagClassName
{
border-color: #F731FE;
}
</style>