Shades of Magenta #F003ED
Tints of Magenta #F003ED
RGB
CMYK
RGB Variations
Color information
#F003ED (or 0xF003ED) is known color: Magenta. HEX triplet: F0, 03 and ED. RGB value is (240,3,237). Sum of RGB (Red+Green+Blue) = 240+3+237=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F003ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F003ED is #0FFC12. Grayscale: #636363. Windows color (decimal): -1047571 or 15533040. OLE color: 15533040.
HSL color Cylindrical-coordinate representation of color #F003ED: hue angle of 300.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003ED is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.06 |
| HSL | 300.76º | 0.98% | 0.48% | - |
| HSV(B) | 300.76º | 0.99% | 0.94% | - |
| XYZ | 51.25 | 24.7 | 82.19 | - |
| YUV | 100.54 | 205.02 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 237 | 0 | 0.99 | 0.01 | 0.06 | 300.76 | 0.98 | 0.48 |
| Hex | F0 | 3 | ED | 0 | 63 | 1 | 6 | 12D | 62 | 30 |
| Octal | 360 | 3 | 355 | 0 | 143 | 1 | 6 | 455 | 142 | 60 |
| Binary | 11110000 | 11 | 11101101 | 0 | 1100011 | 1 | 110 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F003ED
Complementary color
Monochromatic Colors of #F003ED
Black with #F003ED
Text Example
Text Example
White with #F003ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003ED; }
p { color: rgb(240,3,237); }
H1.HeaderClassName
{
color: #F003ED;
}
.AnyTagClassName
{
color: #F003ED;
}
</style>
background-color css
<style>
a { background-color: #F003ED; }
a { background-color: rgb(240,3,237); }
div.DivClassName
{
background-color: #F003ED;
}
.BgClassName
{
background-color: #F003ED;
}
</style>
border-color css
<style>
span { border-color: #F003ED; }
span { border-color: rgb(240,3,237); }
td.TdClassName
{
border-color: #F003ED;
}
.TagClassName
{
border-color: #F003ED;
}
</style>