Shades of Magenta #F31CF1
Tints of Magenta #F31CF1
RGB
CMYK
RGB Variations
Color information
#F31CF1 (or 0xF31CF1) is known color: Magenta. HEX triplet: F3, 1C and F1. RGB value is (243,28,241). Sum of RGB (Red+Green+Blue) = 243+28+241=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 28 (11.33% from 255 or 5.47% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CF1 is #0CE30E. Grayscale: #737373. Windows color (decimal): -844559 or 15801587. OLE color: 15801587.
HSL color Cylindrical-coordinate representation of color #F31CF1: hue angle of 300.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31CF1 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 241 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.05 |
| HSL | 300.56º | 0.9% | 0.53% | - |
| HSV(B) | 300.56º | 0.88% | 0.95% | - |
| XYZ | 53.25 | 26.24 | 85.48 | - |
| YUV | 116.57 | 198.23 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 241 | 0 | 0.88 | 0.01 | 0.05 | 300.56 | 0.9 | 0.53 |
| Hex | F3 | 1C | F1 | 0 | 58 | 1 | 5 | 12D | 5A | 35 |
| Octal | 363 | 34 | 361 | 0 | 130 | 1 | 5 | 455 | 132 | 65 |
| Binary | 11110011 | 11100 | 11110001 | 0 | 1011000 | 1 | 101 | 100101101 | 1011010 | 110101 |
Color Harmonies of #F31CF1
Complementary color
Monochromatic Colors of #F31CF1
Black with #F31CF1
Text Example
Text Example
White with #F31CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CF1; }
p { color: rgb(243,28,241); }
H1.HeaderClassName
{
color: #F31CF1;
}
.AnyTagClassName
{
color: #F31CF1;
}
</style>
background-color css
<style>
a { background-color: #F31CF1; }
a { background-color: rgb(243,28,241); }
div.DivClassName
{
background-color: #F31CF1;
}
.BgClassName
{
background-color: #F31CF1;
}
</style>
border-color css
<style>
span { border-color: #F31CF1; }
span { border-color: rgb(243,28,241); }
td.TdClassName
{
border-color: #F31CF1;
}
.TagClassName
{
border-color: #F31CF1;
}
</style>