Shades of Magenta #F403ED
Tints of Magenta #F403ED
RGB
CMYK
RGB Variations
Color information
#F403ED (or 0xF403ED) is known color: Magenta. HEX triplet: F4, 03 and ED. RGB value is (244,3,237). Sum of RGB (Red+Green+Blue) = 244+3+237=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 3 (1.56% from 255 or 0.62% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F403ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F403ED is #0BFC12. Grayscale: #656565. Windows color (decimal): -785427 or 15533044. OLE color: 15533044.
HSL color Cylindrical-coordinate representation of color #F403ED: hue angle of 301.74º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F403ED is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.04 |
| HSL | 301.74º | 0.98% | 0.48% | - |
| HSV(B) | 301.74º | 0.99% | 0.96% | - |
| XYZ | 52.63 | 25.41 | 82.25 | - |
| YUV | 101.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 237 | 0 | 0.99 | 0.03 | 0.04 | 301.74 | 0.98 | 0.48 |
| Hex | F4 | 3 | ED | 0 | 63 | 3 | 4 | 12E | 62 | 30 |
| Octal | 364 | 3 | 355 | 0 | 143 | 3 | 4 | 456 | 142 | 60 |
| Binary | 11110100 | 11 | 11101101 | 0 | 1100011 | 11 | 100 | 100101110 | 1100010 | 110000 |
Color Harmonies of #F403ED
Complementary color
Monochromatic Colors of #F403ED
Black with #F403ED
Text Example
Text Example
White with #F403ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F403ED; }
p { color: rgb(244,3,237); }
H1.HeaderClassName
{
color: #F403ED;
}
.AnyTagClassName
{
color: #F403ED;
}
</style>
background-color css
<style>
a { background-color: #F403ED; }
a { background-color: rgb(244,3,237); }
div.DivClassName
{
background-color: #F403ED;
}
.BgClassName
{
background-color: #F403ED;
}
</style>
border-color css
<style>
span { border-color: #F403ED; }
span { border-color: rgb(244,3,237); }
td.TdClassName
{
border-color: #F403ED;
}
.TagClassName
{
border-color: #F403ED;
}
</style>