Shades of Hot Magenta #F301E3
Tints of Hot Magenta #F301E3
RGB
CMYK
RGB Variations
Color information
#F301E3 (or 0xF301E3) is known color: Hot Magenta. HEX triplet: F3, 01 and E3. RGB value is (243,1,227). Sum of RGB (Red+Green+Blue) = 243+1+227=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 1 (0.78% from 255 or 0.21% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F301E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301E3 is #0CFE1C. Grayscale: #626262. Windows color (decimal): -851485 or 14877171. OLE color: 14877171.
HSL color Cylindrical-coordinate representation of color #F301E3: hue angle of 303.97º 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 #F301E3 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 227 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.05 |
| HSL | 303.97º | 0.99% | 0.48% | - |
| HSV(B) | 303.97º | 1% | 0.95% | - |
| XYZ | 50.84 | 24.62 | 74.75 | - |
| YUV | 99.12 | 200.17 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 227 | 0 | 1.00 | 0.07 | 0.05 | 303.97 | 0.99 | 0.48 |
| Hex | F3 | 1 | E3 | 0 | 64 | 7 | 5 | 130 | 63 | 30 |
| Octal | 363 | 1 | 343 | 0 | 144 | 7 | 5 | 460 | 143 | 60 |
| Binary | 11110011 | 1 | 11100011 | 0 | 1100100 | 111 | 101 | 100110000 | 1100011 | 110000 |
Color Harmonies of #F301E3
Complementary color
Monochromatic Colors of #F301E3
Black with #F301E3
Text Example
Text Example
White with #F301E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301E3; }
p { color: rgb(243,1,227); }
H1.HeaderClassName
{
color: #F301E3;
}
.AnyTagClassName
{
color: #F301E3;
}
</style>
background-color css
<style>
a { background-color: #F301E3; }
a { background-color: rgb(243,1,227); }
div.DivClassName
{
background-color: #F301E3;
}
.BgClassName
{
background-color: #F301E3;
}
</style>
border-color css
<style>
span { border-color: #F301E3; }
span { border-color: rgb(243,1,227); }
td.TdClassName
{
border-color: #F301E3;
}
.TagClassName
{
border-color: #F301E3;
}
</style>