Shades of Magenta #F605EF
Tints of Magenta #F605EF
RGB
CMYK
RGB Variations
Color information
#F605EF (or 0xF605EF) is known color: Magenta. HEX triplet: F6, 05 and EF. RGB value is (246,5,239). Sum of RGB (Red+Green+Blue) = 246+5+239=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F605EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605EF is #09FA10. Grayscale: #676767. Windows color (decimal): -653841 or 15664630. OLE color: 15664630.
HSL color Cylindrical-coordinate representation of color #F605EF: hue angle of 301.74º 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 #F605EF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 239 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 301.74º | 0.96% | 0.49% | - |
| HSV(B) | 301.74º | 0.98% | 0.96% | - |
| XYZ | 53.64 | 25.93 | 83.84 | - |
| YUV | 103.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 239 | 0 | 0.98 | 0.03 | 0.04 | 301.74 | 0.96 | 0.49 |
| Hex | F6 | 5 | EF | 0 | 62 | 3 | 4 | 12E | 60 | 31 |
| Octal | 366 | 5 | 357 | 0 | 142 | 3 | 4 | 456 | 140 | 61 |
| Binary | 11110110 | 101 | 11101111 | 0 | 1100010 | 11 | 100 | 100101110 | 1100000 | 110001 |
Color Harmonies of #F605EF
Complementary color
Monochromatic Colors of #F605EF
Black with #F605EF
Text Example
Text Example
White with #F605EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605EF; }
p { color: rgb(246,5,239); }
H1.HeaderClassName
{
color: #F605EF;
}
.AnyTagClassName
{
color: #F605EF;
}
</style>
background-color css
<style>
a { background-color: #F605EF; }
a { background-color: rgb(246,5,239); }
div.DivClassName
{
background-color: #F605EF;
}
.BgClassName
{
background-color: #F605EF;
}
</style>
border-color css
<style>
span { border-color: #F605EF; }
span { border-color: rgb(246,5,239); }
td.TdClassName
{
border-color: #F605EF;
}
.TagClassName
{
border-color: #F605EF;
}
</style>