Shades of Magenta #F301EB
Tints of Magenta #F301EB
RGB
CMYK
RGB Variations
Color information
#F301EB (or 0xF301EB) is known color: Magenta. HEX triplet: F3, 01 and EB. RGB value is (243,1,235). Sum of RGB (Red+Green+Blue) = 243+1+235=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F301EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301EB is #0CFE14. Grayscale: #636363. Windows color (decimal): -851477 or 15401459. OLE color: 15401459.
HSL color Cylindrical-coordinate representation of color #F301EB: hue angle of 301.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 #F301EB is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 235 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.05 |
| HSL | 301.98º | 0.99% | 0.48% | - |
| HSV(B) | 301.98º | 1% | 0.95% | - |
| XYZ | 51.97 | 25.07 | 80.7 | - |
| YUV | 100.03 | 204.17 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 235 | 0 | 1.00 | 0.03 | 0.05 | 301.98 | 0.99 | 0.48 |
| Hex | F3 | 1 | EB | 0 | 64 | 3 | 5 | 12E | 63 | 30 |
| Octal | 363 | 1 | 353 | 0 | 144 | 3 | 5 | 456 | 143 | 60 |
| Binary | 11110011 | 1 | 11101011 | 0 | 1100100 | 11 | 101 | 100101110 | 1100011 | 110000 |
Color Harmonies of #F301EB
Complementary color
Monochromatic Colors of #F301EB
Black with #F301EB
Text Example
Text Example
White with #F301EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301EB; }
p { color: rgb(243,1,235); }
H1.HeaderClassName
{
color: #F301EB;
}
.AnyTagClassName
{
color: #F301EB;
}
</style>
background-color css
<style>
a { background-color: #F301EB; }
a { background-color: rgb(243,1,235); }
div.DivClassName
{
background-color: #F301EB;
}
.BgClassName
{
background-color: #F301EB;
}
</style>
border-color css
<style>
span { border-color: #F301EB; }
span { border-color: rgb(243,1,235); }
td.TdClassName
{
border-color: #F301EB;
}
.TagClassName
{
border-color: #F301EB;
}
</style>