Shades of Magenta #F301E5
Tints of Magenta #F301E5
RGB
CMYK
RGB Variations
Color information
#F301E5 (or 0xF301E5) is known color: Magenta. HEX triplet: F3, 01 and E5. RGB value is (243,1,229). Sum of RGB (Red+Green+Blue) = 243+1+229=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F301E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301E5 is #0CFE1A. Grayscale: #626262. Windows color (decimal): -851483 or 15008243. OLE color: 15008243.
HSL color Cylindrical-coordinate representation of color #F301E5: hue angle of 303.47º 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 #F301E5 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.05 |
| HSL | 303.47º | 0.99% | 0.48% | - |
| HSV(B) | 303.47º | 1% | 0.95% | - |
| XYZ | 51.12 | 24.73 | 76.21 | - |
| YUV | 99.35 | 201.17 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 229 | 0 | 1.00 | 0.06 | 0.05 | 303.47 | 0.99 | 0.48 |
| Hex | F3 | 1 | E5 | 0 | 64 | 6 | 5 | 12F | 63 | 30 |
| Octal | 363 | 1 | 345 | 0 | 144 | 6 | 5 | 457 | 143 | 60 |
| Binary | 11110011 | 1 | 11100101 | 0 | 1100100 | 110 | 101 | 100101111 | 1100011 | 110000 |
Color Harmonies of #F301E5
Complementary color
Monochromatic Colors of #F301E5
Black with #F301E5
Text Example
Text Example
White with #F301E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301E5; }
p { color: rgb(243,1,229); }
H1.HeaderClassName
{
color: #F301E5;
}
.AnyTagClassName
{
color: #F301E5;
}
</style>
background-color css
<style>
a { background-color: #F301E5; }
a { background-color: rgb(243,1,229); }
div.DivClassName
{
background-color: #F301E5;
}
.BgClassName
{
background-color: #F301E5;
}
</style>
border-color css
<style>
span { border-color: #F301E5; }
span { border-color: rgb(243,1,229); }
td.TdClassName
{
border-color: #F301E5;
}
.TagClassName
{
border-color: #F301E5;
}
</style>