Shades of Magenta #F605E7
Tints of Magenta #F605E7
RGB
CMYK
RGB Variations
Color information
#F605E7 (or 0xF605E7) is known color: Magenta. HEX triplet: F6, 05 and E7. RGB value is (246,5,231). Sum of RGB (Red+Green+Blue) = 246+5+231=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F605E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605E7 is #09FA18. Grayscale: #666666. Windows color (decimal): -653849 or 15140342. OLE color: 15140342.
HSL color Cylindrical-coordinate representation of color #F605E7: hue angle of 303.73º 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 #F605E7 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 231 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.04 |
| HSL | 303.73º | 0.96% | 0.49% | - |
| HSV(B) | 303.73º | 0.98% | 0.96% | - |
| XYZ | 52.48 | 25.47 | 77.75 | - |
| YUV | 102.82 | 200.34 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 231 | 0 | 0.98 | 0.06 | 0.04 | 303.73 | 0.96 | 0.49 |
| Hex | F6 | 5 | E7 | 0 | 62 | 6 | 4 | 130 | 60 | 31 |
| Octal | 366 | 5 | 347 | 0 | 142 | 6 | 4 | 460 | 140 | 61 |
| Binary | 11110110 | 101 | 11100111 | 0 | 1100010 | 110 | 100 | 100110000 | 1100000 | 110001 |
Color Harmonies of #F605E7
Complementary color
Monochromatic Colors of #F605E7
Black with #F605E7
Text Example
Text Example
White with #F605E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605E7; }
p { color: rgb(246,5,231); }
H1.HeaderClassName
{
color: #F605E7;
}
.AnyTagClassName
{
color: #F605E7;
}
</style>
background-color css
<style>
a { background-color: #F605E7; }
a { background-color: rgb(246,5,231); }
div.DivClassName
{
background-color: #F605E7;
}
.BgClassName
{
background-color: #F605E7;
}
</style>
border-color css
<style>
span { border-color: #F605E7; }
span { border-color: rgb(246,5,231); }
td.TdClassName
{
border-color: #F605E7;
}
.TagClassName
{
border-color: #F605E7;
}
</style>