Shades of Magenta #F605E8
Tints of Magenta #F605E8
RGB
CMYK
RGB Variations
Color information
#F605E8 (or 0xF605E8) is known color: Magenta. HEX triplet: F6, 05 and E8. RGB value is (246,5,232). Sum of RGB (Red+Green+Blue) = 246+5+232=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F605E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605E8 is #09FA17. Grayscale: #666666. Windows color (decimal): -653848 or 15205878. OLE color: 15205878.
HSL color Cylindrical-coordinate representation of color #F605E8: hue angle of 303.49º 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 #F605E8 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 232 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.04 |
| HSL | 303.49º | 0.96% | 0.49% | - |
| HSV(B) | 303.49º | 0.98% | 0.96% | - |
| XYZ | 52.63 | 25.53 | 78.5 | - |
| YUV | 102.94 | 200.84 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 232 | 0 | 0.98 | 0.06 | 0.04 | 303.49 | 0.96 | 0.49 |
| Hex | F6 | 5 | E8 | 0 | 62 | 6 | 4 | 12F | 60 | 31 |
| Octal | 366 | 5 | 350 | 0 | 142 | 6 | 4 | 457 | 140 | 61 |
| Binary | 11110110 | 101 | 11101000 | 0 | 1100010 | 110 | 100 | 100101111 | 1100000 | 110001 |
Color Harmonies of #F605E8
Complementary color
Monochromatic Colors of #F605E8
Black with #F605E8
Text Example
Text Example
White with #F605E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605E8; }
p { color: rgb(246,5,232); }
H1.HeaderClassName
{
color: #F605E8;
}
.AnyTagClassName
{
color: #F605E8;
}
</style>
background-color css
<style>
a { background-color: #F605E8; }
a { background-color: rgb(246,5,232); }
div.DivClassName
{
background-color: #F605E8;
}
.BgClassName
{
background-color: #F605E8;
}
</style>
border-color css
<style>
span { border-color: #F605E8; }
span { border-color: rgb(246,5,232); }
td.TdClassName
{
border-color: #F605E8;
}
.TagClassName
{
border-color: #F605E8;
}
</style>