Shades of Magenta #F101ED
Tints of Magenta #F101ED
RGB
CMYK
RGB Variations
Color information
#F101ED (or 0xF101ED) is known color: Magenta. HEX triplet: F1, 01 and ED. RGB value is (241,1,237). Sum of RGB (Red+Green+Blue) = 241+1+237=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F101ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F101ED is #0EFE12. Grayscale: #626262. Windows color (decimal): -982547 or 15532529. OLE color: 15532529.
HSL color Cylindrical-coordinate representation of color #F101ED: hue angle of 301º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101ED is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 237 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.05 |
| HSL | 301º | 0.99% | 0.47% | - |
| HSV(B) | 301º | 1% | 0.95% | - |
| XYZ | 51.57 | 24.84 | 82.2 | - |
| YUV | 99.66 | 205.51 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 237 | 0 | 1.00 | 0.02 | 0.05 | 301 | 0.99 | 0.47 |
| Hex | F1 | 1 | ED | 0 | 64 | 2 | 5 | 12D | 63 | 2F |
| Octal | 361 | 1 | 355 | 0 | 144 | 2 | 5 | 455 | 143 | 57 |
| Binary | 11110001 | 1 | 11101101 | 0 | 1100100 | 10 | 101 | 100101101 | 1100011 | 101111 |
Color Harmonies of #F101ED
Complementary color
Monochromatic Colors of #F101ED
Black with #F101ED
Text Example
Text Example
White with #F101ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101ED; }
p { color: rgb(241,1,237); }
H1.HeaderClassName
{
color: #F101ED;
}
.AnyTagClassName
{
color: #F101ED;
}
</style>
background-color css
<style>
a { background-color: #F101ED; }
a { background-color: rgb(241,1,237); }
div.DivClassName
{
background-color: #F101ED;
}
.BgClassName
{
background-color: #F101ED;
}
</style>
border-color css
<style>
span { border-color: #F101ED; }
span { border-color: rgb(241,1,237); }
td.TdClassName
{
border-color: #F101ED;
}
.TagClassName
{
border-color: #F101ED;
}
</style>