Shades of Magenta #FF03ED
Tints of Magenta #FF03ED
RGB
CMYK
RGB Variations
Color information
#FF03ED (or 0xFF03ED) is known color: Magenta. HEX triplet: FF, 03 and ED. RGB value is (255,3,237). Sum of RGB (Red+Green+Blue) = 255+3+237=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF03ED is #00FC12. Grayscale: #686868. Windows color (decimal): -64531 or 15533055. OLE color: 15533055.
HSL color Cylindrical-coordinate representation of color #FF03ED: hue angle of 304.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03ED is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.07 | 0 |
| HSL | 304.29º | 1% | 0.51% | - |
| HSV(B) | 304.29º | 0.99% | 1% | - |
| XYZ | 56.56 | 27.44 | 82.44 | - |
| YUV | 105.02 | 202.49 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 237 | 0 | 0.99 | 0.07 | 0 | 304.29 | 1 | 0.51 |
| Hex | FF | 3 | ED | 0 | 63 | 7 | 0 | 130 | 64 | 33 |
| Octal | 377 | 3 | 355 | 0 | 143 | 7 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 11 | 11101101 | 0 | 1100011 | 111 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF03ED
Complementary color
Monochromatic Colors of #FF03ED
Black with #FF03ED
Text Example
Text Example
White with #FF03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03ED; }
p { color: rgb(255,3,237); }
H1.HeaderClassName
{
color: #FF03ED;
}
.AnyTagClassName
{
color: #FF03ED;
}
</style>
background-color css
<style>
a { background-color: #FF03ED; }
a { background-color: rgb(255,3,237); }
div.DivClassName
{
background-color: #FF03ED;
}
.BgClassName
{
background-color: #FF03ED;
}
</style>
border-color css
<style>
span { border-color: #FF03ED; }
span { border-color: rgb(255,3,237); }
td.TdClassName
{
border-color: #FF03ED;
}
.TagClassName
{
border-color: #FF03ED;
}
</style>