Shades of Hot Magenta #F301E2
Tints of Hot Magenta #F301E2
RGB
CMYK
RGB Variations
Color information
#F301E2 (or 0xF301E2) is known color: Hot Magenta. HEX triplet: F3, 01 and E2. RGB value is (243,1,226). Sum of RGB (Red+Green+Blue) = 243+1+226=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 1 (0.78% from 255 or 0.21% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F301E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301E2 is #0CFE1D. Grayscale: #626262. Windows color (decimal): -851486 or 14811635. OLE color: 14811635.
HSL color Cylindrical-coordinate representation of color #F301E2: hue angle of 304.21º 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 #F301E2 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 226 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.05 |
| HSL | 304.21º | 0.99% | 0.48% | - |
| HSV(B) | 304.21º | 1% | 0.95% | - |
| XYZ | 50.7 | 24.57 | 74.02 | - |
| YUV | 99.01 | 199.67 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 226 | 0 | 1.00 | 0.07 | 0.05 | 304.21 | 0.99 | 0.48 |
| Hex | F3 | 1 | E2 | 0 | 64 | 7 | 5 | 130 | 63 | 30 |
| Octal | 363 | 1 | 342 | 0 | 144 | 7 | 5 | 460 | 143 | 60 |
| Binary | 11110011 | 1 | 11100010 | 0 | 1100100 | 111 | 101 | 100110000 | 1100011 | 110000 |
Color Harmonies of #F301E2
Complementary color
Monochromatic Colors of #F301E2
Black with #F301E2
Text Example
Text Example
White with #F301E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301E2; }
p { color: rgb(243,1,226); }
H1.HeaderClassName
{
color: #F301E2;
}
.AnyTagClassName
{
color: #F301E2;
}
</style>
background-color css
<style>
a { background-color: #F301E2; }
a { background-color: rgb(243,1,226); }
div.DivClassName
{
background-color: #F301E2;
}
.BgClassName
{
background-color: #F301E2;
}
</style>
border-color css
<style>
span { border-color: #F301E2; }
span { border-color: rgb(243,1,226); }
td.TdClassName
{
border-color: #F301E2;
}
.TagClassName
{
border-color: #F301E2;
}
</style>