Shades of Magenta #F312E7
Tints of Magenta #F312E7
RGB
CMYK
RGB Variations
Color information
#F312E7 (or 0xF312E7) is known color: Magenta. HEX triplet: F3, 12 and E7. RGB value is (243,18,231). Sum of RGB (Red+Green+Blue) = 243+18+231=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F312E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312E7 is #0CED18. Grayscale: #6C6C6C. Windows color (decimal): -847129 or 15143667. OLE color: 15143667.
HSL color Cylindrical-coordinate representation of color #F312E7: hue angle of 303.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312E7 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 231 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.05 |
| HSL | 303.2º | 0.9% | 0.51% | - |
| HSV(B) | 303.2º | 0.93% | 0.95% | - |
| XYZ | 51.6 | 25.26 | 77.76 | - |
| YUV | 109.56 | 196.54 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 231 | 0 | 0.93 | 0.05 | 0.05 | 303.2 | 0.9 | 0.51 |
| Hex | F3 | 12 | E7 | 0 | 5D | 5 | 5 | 12F | 5A | 33 |
| Octal | 363 | 22 | 347 | 0 | 135 | 5 | 5 | 457 | 132 | 63 |
| Binary | 11110011 | 10010 | 11100111 | 0 | 1011101 | 101 | 101 | 100101111 | 1011010 | 110011 |
Color Harmonies of #F312E7
Complementary color
Monochromatic Colors of #F312E7
Black with #F312E7
Text Example
Text Example
White with #F312E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312E7; }
p { color: rgb(243,18,231); }
H1.HeaderClassName
{
color: #F312E7;
}
.AnyTagClassName
{
color: #F312E7;
}
</style>
background-color css
<style>
a { background-color: #F312E7; }
a { background-color: rgb(243,18,231); }
div.DivClassName
{
background-color: #F312E7;
}
.BgClassName
{
background-color: #F312E7;
}
</style>
border-color css
<style>
span { border-color: #F312E7; }
span { border-color: rgb(243,18,231); }
td.TdClassName
{
border-color: #F312E7;
}
.TagClassName
{
border-color: #F312E7;
}
</style>