Shades of Magenta #F310E5
Tints of Magenta #F310E5
RGB
CMYK
RGB Variations
Color information
#F310E5 (or 0xF310E5) is known color: Magenta. HEX triplet: F3, 10 and E5. RGB value is (243,16,229). Sum of RGB (Red+Green+Blue) = 243+16+229=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F310E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310E5 is #0CEF1A. Grayscale: #6B6B6B. Windows color (decimal): -847643 or 15012083. OLE color: 15012083.
HSL color Cylindrical-coordinate representation of color #F310E5: hue angle of 303.7º 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 #F310E5 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 229 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.05 |
| HSL | 303.7º | 0.9% | 0.51% | - |
| HSV(B) | 303.7º | 0.93% | 0.95% | - |
| XYZ | 51.29 | 25.08 | 76.27 | - |
| YUV | 108.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 229 | 0 | 0.93 | 0.06 | 0.05 | 303.7 | 0.9 | 0.51 |
| Hex | F3 | 10 | E5 | 0 | 5D | 6 | 5 | 130 | 5A | 33 |
| Octal | 363 | 20 | 345 | 0 | 135 | 6 | 5 | 460 | 132 | 63 |
| Binary | 11110011 | 10000 | 11100101 | 0 | 1011101 | 110 | 101 | 100110000 | 1011010 | 110011 |
Color Harmonies of #F310E5
Complementary color
Monochromatic Colors of #F310E5
Black with #F310E5
Text Example
Text Example
White with #F310E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310E5; }
p { color: rgb(243,16,229); }
H1.HeaderClassName
{
color: #F310E5;
}
.AnyTagClassName
{
color: #F310E5;
}
</style>
background-color css
<style>
a { background-color: #F310E5; }
a { background-color: rgb(243,16,229); }
div.DivClassName
{
background-color: #F310E5;
}
.BgClassName
{
background-color: #F310E5;
}
</style>
border-color css
<style>
span { border-color: #F310E5; }
span { border-color: rgb(243,16,229); }
td.TdClassName
{
border-color: #F310E5;
}
.TagClassName
{
border-color: #F310E5;
}
</style>