Shades of Magenta #F31AF1
Tints of Magenta #F31AF1
RGB
CMYK
RGB Variations
Color information
#F31AF1 (or 0xF31AF1) is known color: Magenta. HEX triplet: F3, 1A and F1. RGB value is (243,26,241). Sum of RGB (Red+Green+Blue) = 243+26+241=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 26 (10.55% from 255 or 5.10% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31AF1 is #0CE50E. Grayscale: #727272. Windows color (decimal): -845071 or 15801075. OLE color: 15801075.
HSL color Cylindrical-coordinate representation of color #F31AF1: hue angle of 300.55º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31AF1 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 241 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.05 |
| HSL | 300.55º | 0.9% | 0.53% | - |
| HSV(B) | 300.55º | 0.89% | 0.95% | - |
| XYZ | 53.21 | 26.14 | 85.46 | - |
| YUV | 115.39 | 198.89 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 241 | 0 | 0.89 | 0.01 | 0.05 | 300.55 | 0.9 | 0.53 |
| Hex | F3 | 1A | F1 | 0 | 59 | 1 | 5 | 12D | 5A | 35 |
| Octal | 363 | 32 | 361 | 0 | 131 | 1 | 5 | 455 | 132 | 65 |
| Binary | 11110011 | 11010 | 11110001 | 0 | 1011001 | 1 | 101 | 100101101 | 1011010 | 110101 |
Color Harmonies of #F31AF1
Complementary color
Monochromatic Colors of #F31AF1
Black with #F31AF1
Text Example
Text Example
White with #F31AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AF1; }
p { color: rgb(243,26,241); }
H1.HeaderClassName
{
color: #F31AF1;
}
.AnyTagClassName
{
color: #F31AF1;
}
</style>
background-color css
<style>
a { background-color: #F31AF1; }
a { background-color: rgb(243,26,241); }
div.DivClassName
{
background-color: #F31AF1;
}
.BgClassName
{
background-color: #F31AF1;
}
</style>
border-color css
<style>
span { border-color: #F31AF1; }
span { border-color: rgb(243,26,241); }
td.TdClassName
{
border-color: #F31AF1;
}
.TagClassName
{
border-color: #F31AF1;
}
</style>