Shades of Magenta #F603ED
Tints of Magenta #F603ED
RGB
CMYK
RGB Variations
Color information
#F603ED (or 0xF603ED) is known color: Magenta. HEX triplet: F6, 03 and ED. RGB value is (246,3,237). Sum of RGB (Red+Green+Blue) = 246+3+237=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 3 (1.56% from 255 or 0.62% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F603ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F603ED is #09FC12. Grayscale: #656565. Windows color (decimal): -654355 or 15533046. OLE color: 15533046.
HSL color Cylindrical-coordinate representation of color #F603ED: hue angle of 302.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603ED is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.04 |
| HSL | 302.22º | 0.98% | 0.49% | - |
| HSV(B) | 302.22º | 0.99% | 0.96% | - |
| XYZ | 53.32 | 25.77 | 82.28 | - |
| YUV | 102.33 | 204.01 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 237 | 0 | 0.99 | 0.04 | 0.04 | 302.22 | 0.98 | 0.49 |
| Hex | F6 | 3 | ED | 0 | 63 | 4 | 4 | 12E | 62 | 31 |
| Octal | 366 | 3 | 355 | 0 | 143 | 4 | 4 | 456 | 142 | 61 |
| Binary | 11110110 | 11 | 11101101 | 0 | 1100011 | 100 | 100 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F603ED
Complementary color
Monochromatic Colors of #F603ED
Black with #F603ED
Text Example
Text Example
White with #F603ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603ED; }
p { color: rgb(246,3,237); }
H1.HeaderClassName
{
color: #F603ED;
}
.AnyTagClassName
{
color: #F603ED;
}
</style>
background-color css
<style>
a { background-color: #F603ED; }
a { background-color: rgb(246,3,237); }
div.DivClassName
{
background-color: #F603ED;
}
.BgClassName
{
background-color: #F603ED;
}
</style>
border-color css
<style>
span { border-color: #F603ED; }
span { border-color: rgb(246,3,237); }
td.TdClassName
{
border-color: #F603ED;
}
.TagClassName
{
border-color: #F603ED;
}
</style>