Shades of Magenta #F31AF7
Tints of Magenta #F31AF7
RGB
CMYK
RGB Variations
Color information
#F31AF7 (or 0xF31AF7) is known color: Magenta. HEX triplet: F3, 1A and F7. RGB value is (243,26,247). Sum of RGB (Red+Green+Blue) = 243+26+247=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 26 (10.55% from 255 or 5.04% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #F31AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31AF7 is #0CE508. Grayscale: #737373. Windows color (decimal): -845065 or 16194291. OLE color: 16194291.
HSL color Cylindrical-coordinate representation of color #F31AF7: hue angle of 298.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31AF7 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 26 | 247 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.03 |
| HSL | 298.91º | 0.93% | 0.54% | - |
| HSV(B) | 298.91º | 0.89% | 0.97% | - |
| XYZ | 54.12 | 26.51 | 90.26 | - |
| YUV | 116.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 247 | 0.02 | 0.89 | 0 | 0.03 | 298.91 | 0.93 | 0.54 |
| Hex | F3 | 1A | F7 | 2 | 59 | 0 | 3 | 12B | 5D | 36 |
| Octal | 363 | 32 | 367 | 2 | 131 | 0 | 3 | 453 | 135 | 66 |
| Binary | 11110011 | 11010 | 11110111 | 10 | 1011001 | 0 | 11 | 100101011 | 1011101 | 110110 |
Color Harmonies of #F31AF7
Complementary color
Monochromatic Colors of #F31AF7
Black with #F31AF7
Text Example
Text Example
White with #F31AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AF7; }
p { color: rgb(243,26,247); }
H1.HeaderClassName
{
color: #F31AF7;
}
.AnyTagClassName
{
color: #F31AF7;
}
</style>
background-color css
<style>
a { background-color: #F31AF7; }
a { background-color: rgb(243,26,247); }
div.DivClassName
{
background-color: #F31AF7;
}
.BgClassName
{
background-color: #F31AF7;
}
</style>
border-color css
<style>
span { border-color: #F31AF7; }
span { border-color: rgb(243,26,247); }
td.TdClassName
{
border-color: #F31AF7;
}
.TagClassName
{
border-color: #F31AF7;
}
</style>