Shades of Magenta #F605E9
Tints of Magenta #F605E9
RGB
CMYK
RGB Variations
Color information
#F605E9 (or 0xF605E9) is known color: Magenta. HEX triplet: F6, 05 and E9. RGB value is (246,5,233). Sum of RGB (Red+Green+Blue) = 246+5+233=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F605E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605E9 is #09FA16. Grayscale: #666666. Windows color (decimal): -653847 or 15271414. OLE color: 15271414.
HSL color Cylindrical-coordinate representation of color #F605E9: hue angle of 303.24º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605E9 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 233 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.04 |
| HSL | 303.24º | 0.96% | 0.49% | - |
| HSV(B) | 303.24º | 0.98% | 0.96% | - |
| XYZ | 52.77 | 25.58 | 79.25 | - |
| YUV | 103.05 | 201.34 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 233 | 0 | 0.98 | 0.05 | 0.04 | 303.24 | 0.96 | 0.49 |
| Hex | F6 | 5 | E9 | 0 | 62 | 5 | 4 | 12F | 60 | 31 |
| Octal | 366 | 5 | 351 | 0 | 142 | 5 | 4 | 457 | 140 | 61 |
| Binary | 11110110 | 101 | 11101001 | 0 | 1100010 | 101 | 100 | 100101111 | 1100000 | 110001 |
Color Harmonies of #F605E9
Complementary color
Monochromatic Colors of #F605E9
Black with #F605E9
Text Example
Text Example
White with #F605E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605E9; }
p { color: rgb(246,5,233); }
H1.HeaderClassName
{
color: #F605E9;
}
.AnyTagClassName
{
color: #F605E9;
}
</style>
background-color css
<style>
a { background-color: #F605E9; }
a { background-color: rgb(246,5,233); }
div.DivClassName
{
background-color: #F605E9;
}
.BgClassName
{
background-color: #F605E9;
}
</style>
border-color css
<style>
span { border-color: #F605E9; }
span { border-color: rgb(246,5,233); }
td.TdClassName
{
border-color: #F605E9;
}
.TagClassName
{
border-color: #F605E9;
}
</style>