Shades of Magenta #F301E7
Tints of Magenta #F301E7
RGB
CMYK
RGB Variations
Color information
#F301E7 (or 0xF301E7) is known color: Magenta. HEX triplet: F3, 01 and E7. RGB value is (243,1,231). Sum of RGB (Red+Green+Blue) = 243+1+231=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F301E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301E7 is #0CFE18. Grayscale: #626262. Windows color (decimal): -851481 or 15139315. OLE color: 15139315.
HSL color Cylindrical-coordinate representation of color #F301E7: hue angle of 302.98º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301E7 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 231 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.05 |
| HSL | 302.98º | 0.99% | 0.48% | - |
| HSV(B) | 302.98º | 1% | 0.95% | - |
| XYZ | 51.4 | 24.85 | 77.69 | - |
| YUV | 99.58 | 202.17 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 231 | 0 | 1.00 | 0.05 | 0.05 | 302.98 | 0.99 | 0.48 |
| Hex | F3 | 1 | E7 | 0 | 64 | 5 | 5 | 12F | 63 | 30 |
| Octal | 363 | 1 | 347 | 0 | 144 | 5 | 5 | 457 | 143 | 60 |
| Binary | 11110011 | 1 | 11100111 | 0 | 1100100 | 101 | 101 | 100101111 | 1100011 | 110000 |
Color Harmonies of #F301E7
Complementary color
Monochromatic Colors of #F301E7
Black with #F301E7
Text Example
Text Example
White with #F301E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301E7; }
p { color: rgb(243,1,231); }
H1.HeaderClassName
{
color: #F301E7;
}
.AnyTagClassName
{
color: #F301E7;
}
</style>
background-color css
<style>
a { background-color: #F301E7; }
a { background-color: rgb(243,1,231); }
div.DivClassName
{
background-color: #F301E7;
}
.BgClassName
{
background-color: #F301E7;
}
</style>
border-color css
<style>
span { border-color: #F301E7; }
span { border-color: rgb(243,1,231); }
td.TdClassName
{
border-color: #F301E7;
}
.TagClassName
{
border-color: #F301E7;
}
</style>