Shades of Magenta #F606E7
Tints of Magenta #F606E7
RGB
CMYK
RGB Variations
Color information
#F606E7 (or 0xF606E7) is known color: Magenta. HEX triplet: F6, 06 and E7. RGB value is (246,6,231). Sum of RGB (Red+Green+Blue) = 246+6+231=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 6 (2.73% from 255 or 1.24% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F606E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F606E7 is #09F918. Grayscale: #666666. Windows color (decimal): -653593 or 15140598. OLE color: 15140598.
HSL color Cylindrical-coordinate representation of color #F606E7: hue angle of 303.75º degrees, saturation: 0.95, 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 #F606E7 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 231 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.04 |
| HSL | 303.75º | 0.95% | 0.49% | - |
| HSV(B) | 303.75º | 0.98% | 0.96% | - |
| XYZ | 52.49 | 25.49 | 77.76 | - |
| YUV | 103.41 | 200.01 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 231 | 0 | 0.98 | 0.06 | 0.04 | 303.75 | 0.95 | 0.49 |
| Hex | F6 | 6 | E7 | 0 | 62 | 6 | 4 | 130 | 5F | 31 |
| Octal | 366 | 6 | 347 | 0 | 142 | 6 | 4 | 460 | 137 | 61 |
| Binary | 11110110 | 110 | 11100111 | 0 | 1100010 | 110 | 100 | 100110000 | 1011111 | 110001 |
Color Harmonies of #F606E7
Complementary color
Monochromatic Colors of #F606E7
Black with #F606E7
Text Example
Text Example
White with #F606E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606E7; }
p { color: rgb(246,6,231); }
H1.HeaderClassName
{
color: #F606E7;
}
.AnyTagClassName
{
color: #F606E7;
}
</style>
background-color css
<style>
a { background-color: #F606E7; }
a { background-color: rgb(246,6,231); }
div.DivClassName
{
background-color: #F606E7;
}
.BgClassName
{
background-color: #F606E7;
}
</style>
border-color css
<style>
span { border-color: #F606E7; }
span { border-color: rgb(246,6,231); }
td.TdClassName
{
border-color: #F606E7;
}
.TagClassName
{
border-color: #F606E7;
}
</style>