Shades of Magenta #F001ED
Tints of Magenta #F001ED
RGB
CMYK
RGB Variations
Color information
#F001ED (or 0xF001ED) is known color: Magenta. HEX triplet: F0, 01 and ED. RGB value is (240,1,237). Sum of RGB (Red+Green+Blue) = 240+1+237=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F001ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F001ED is #0FFE12. Grayscale: #626262. Windows color (decimal): -1048083 or 15532528. OLE color: 15532528.
HSL color Cylindrical-coordinate representation of color #F001ED: hue angle of 300.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001ED is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 237 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.06 |
| HSL | 300.75º | 0.99% | 0.47% | - |
| HSV(B) | 300.75º | 1% | 0.94% | - |
| XYZ | 51.23 | 24.66 | 82.18 | - |
| YUV | 99.37 | 205.68 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 237 | 0 | 1.00 | 0.01 | 0.06 | 300.75 | 0.99 | 0.47 |
| Hex | F0 | 1 | ED | 0 | 64 | 1 | 6 | 12D | 63 | 2F |
| Octal | 360 | 1 | 355 | 0 | 144 | 1 | 6 | 455 | 143 | 57 |
| Binary | 11110000 | 1 | 11101101 | 0 | 1100100 | 1 | 110 | 100101101 | 1100011 | 101111 |
Color Harmonies of #F001ED
Complementary color
Monochromatic Colors of #F001ED
Black with #F001ED
Text Example
Text Example
White with #F001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001ED; }
p { color: rgb(240,1,237); }
H1.HeaderClassName
{
color: #F001ED;
}
.AnyTagClassName
{
color: #F001ED;
}
</style>
background-color css
<style>
a { background-color: #F001ED; }
a { background-color: rgb(240,1,237); }
div.DivClassName
{
background-color: #F001ED;
}
.BgClassName
{
background-color: #F001ED;
}
</style>
border-color css
<style>
span { border-color: #F001ED; }
span { border-color: rgb(240,1,237); }
td.TdClassName
{
border-color: #F001ED;
}
.TagClassName
{
border-color: #F001ED;
}
</style>