Shades of Magenta #F301E6
Tints of Magenta #F301E6
RGB
CMYK
RGB Variations
Color information
#F301E6 (or 0xF301E6) is known color: Magenta. HEX triplet: F3, 01 and E6. RGB value is (243,1,230). Sum of RGB (Red+Green+Blue) = 243+1+230=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F301E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301E6 is #0CFE19. Grayscale: #626262. Windows color (decimal): -851482 or 15073779. OLE color: 15073779.
HSL color Cylindrical-coordinate representation of color #F301E6: hue angle of 303.22º 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 #F301E6 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 230 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.05 |
| HSL | 303.22º | 0.99% | 0.48% | - |
| HSV(B) | 303.22º | 1% | 0.95% | - |
| XYZ | 51.26 | 24.79 | 76.95 | - |
| YUV | 99.46 | 201.67 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 230 | 0 | 1.00 | 0.05 | 0.05 | 303.22 | 0.99 | 0.48 |
| Hex | F3 | 1 | E6 | 0 | 64 | 5 | 5 | 12F | 63 | 30 |
| Octal | 363 | 1 | 346 | 0 | 144 | 5 | 5 | 457 | 143 | 60 |
| Binary | 11110011 | 1 | 11100110 | 0 | 1100100 | 101 | 101 | 100101111 | 1100011 | 110000 |
Color Harmonies of #F301E6
Complementary color
Monochromatic Colors of #F301E6
Black with #F301E6
Text Example
Text Example
White with #F301E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301E6; }
p { color: rgb(243,1,230); }
H1.HeaderClassName
{
color: #F301E6;
}
.AnyTagClassName
{
color: #F301E6;
}
</style>
background-color css
<style>
a { background-color: #F301E6; }
a { background-color: rgb(243,1,230); }
div.DivClassName
{
background-color: #F301E6;
}
.BgClassName
{
background-color: #F301E6;
}
</style>
border-color css
<style>
span { border-color: #F301E6; }
span { border-color: rgb(243,1,230); }
td.TdClassName
{
border-color: #F301E6;
}
.TagClassName
{
border-color: #F301E6;
}
</style>