Shades of Magenta #F31CE9
Tints of Magenta #F31CE9
RGB
CMYK
RGB Variations
Color information
#F31CE9 (or 0xF31CE9) is known color: Magenta. HEX triplet: F3, 1C and E9. RGB value is (243,28,233). Sum of RGB (Red+Green+Blue) = 243+28+233=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CE9 is #0CE316. Grayscale: #737373. Windows color (decimal): -844567 or 15277299. OLE color: 15277299.
HSL color Cylindrical-coordinate representation of color #F31CE9: hue angle of 302.79º 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 #F31CE9 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 233 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.05 |
| HSL | 302.79º | 0.9% | 0.53% | - |
| HSV(B) | 302.79º | 0.88% | 0.95% | - |
| XYZ | 52.09 | 25.77 | 79.32 | - |
| YUV | 115.66 | 194.23 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 233 | 0 | 0.88 | 0.04 | 0.05 | 302.79 | 0.9 | 0.53 |
| Hex | F3 | 1C | E9 | 0 | 58 | 4 | 5 | 12F | 5A | 35 |
| Octal | 363 | 34 | 351 | 0 | 130 | 4 | 5 | 457 | 132 | 65 |
| Binary | 11110011 | 11100 | 11101001 | 0 | 1011000 | 100 | 101 | 100101111 | 1011010 | 110101 |
Color Harmonies of #F31CE9
Complementary color
Monochromatic Colors of #F31CE9
Black with #F31CE9
Text Example
Text Example
White with #F31CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CE9; }
p { color: rgb(243,28,233); }
H1.HeaderClassName
{
color: #F31CE9;
}
.AnyTagClassName
{
color: #F31CE9;
}
</style>
background-color css
<style>
a { background-color: #F31CE9; }
a { background-color: rgb(243,28,233); }
div.DivClassName
{
background-color: #F31CE9;
}
.BgClassName
{
background-color: #F31CE9;
}
</style>
border-color css
<style>
span { border-color: #F31CE9; }
span { border-color: rgb(243,28,233); }
td.TdClassName
{
border-color: #F31CE9;
}
.TagClassName
{
border-color: #F31CE9;
}
</style>