Shades of Magenta #F310E7
Tints of Magenta #F310E7
RGB
CMYK
RGB Variations
Color information
#F310E7 (or 0xF310E7) is known color: Magenta. HEX triplet: F3, 10 and E7. RGB value is (243,16,231). Sum of RGB (Red+Green+Blue) = 243+16+231=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F310E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310E7 is #0CEF18. Grayscale: #6B6B6B. Windows color (decimal): -847641 or 15143155. OLE color: 15143155.
HSL color Cylindrical-coordinate representation of color #F310E7: hue angle of 303.17º 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 #F310E7 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 231 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.05 |
| HSL | 303.17º | 0.9% | 0.51% | - |
| HSV(B) | 303.17º | 0.93% | 0.95% | - |
| XYZ | 51.57 | 25.19 | 77.75 | - |
| YUV | 108.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 231 | 0 | 0.93 | 0.05 | 0.05 | 303.17 | 0.9 | 0.51 |
| Hex | F3 | 10 | E7 | 0 | 5D | 5 | 5 | 12F | 5A | 33 |
| Octal | 363 | 20 | 347 | 0 | 135 | 5 | 5 | 457 | 132 | 63 |
| Binary | 11110011 | 10000 | 11100111 | 0 | 1011101 | 101 | 101 | 100101111 | 1011010 | 110011 |
Color Harmonies of #F310E7
Complementary color
Monochromatic Colors of #F310E7
Black with #F310E7
Text Example
Text Example
White with #F310E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310E7; }
p { color: rgb(243,16,231); }
H1.HeaderClassName
{
color: #F310E7;
}
.AnyTagClassName
{
color: #F310E7;
}
</style>
background-color css
<style>
a { background-color: #F310E7; }
a { background-color: rgb(243,16,231); }
div.DivClassName
{
background-color: #F310E7;
}
.BgClassName
{
background-color: #F310E7;
}
</style>
border-color css
<style>
span { border-color: #F310E7; }
span { border-color: rgb(243,16,231); }
td.TdClassName
{
border-color: #F310E7;
}
.TagClassName
{
border-color: #F310E7;
}
</style>