Shades of Magenta #F31CE7
Tints of Magenta #F31CE7
RGB
CMYK
RGB Variations
Color information
#F31CE7 (or 0xF31CE7) is known color: Magenta. HEX triplet: F3, 1C and E7. RGB value is (243,28,231). Sum of RGB (Red+Green+Blue) = 243+28+231=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CE7 is #0CE318. Grayscale: #727272. Windows color (decimal): -844569 or 15146227. OLE color: 15146227.
HSL color Cylindrical-coordinate representation of color #F31CE7: hue angle of 303.35º 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 #F31CE7 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 231 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.05 |
| HSL | 303.35º | 0.9% | 0.53% | - |
| HSV(B) | 303.35º | 0.88% | 0.95% | - |
| XYZ | 51.8 | 25.65 | 77.82 | - |
| YUV | 115.43 | 193.23 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 231 | 0 | 0.88 | 0.05 | 0.05 | 303.35 | 0.9 | 0.53 |
| Hex | F3 | 1C | E7 | 0 | 58 | 5 | 5 | 12F | 5A | 35 |
| Octal | 363 | 34 | 347 | 0 | 130 | 5 | 5 | 457 | 132 | 65 |
| Binary | 11110011 | 11100 | 11100111 | 0 | 1011000 | 101 | 101 | 100101111 | 1011010 | 110101 |
Color Harmonies of #F31CE7
Complementary color
Monochromatic Colors of #F31CE7
Black with #F31CE7
Text Example
Text Example
White with #F31CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CE7; }
p { color: rgb(243,28,231); }
H1.HeaderClassName
{
color: #F31CE7;
}
.AnyTagClassName
{
color: #F31CE7;
}
</style>
background-color css
<style>
a { background-color: #F31CE7; }
a { background-color: rgb(243,28,231); }
div.DivClassName
{
background-color: #F31CE7;
}
.BgClassName
{
background-color: #F31CE7;
}
</style>
border-color css
<style>
span { border-color: #F31CE7; }
span { border-color: rgb(243,28,231); }
td.TdClassName
{
border-color: #F31CE7;
}
.TagClassName
{
border-color: #F31CE7;
}
</style>