Shades of Magenta #F606EA
Tints of Magenta #F606EA
RGB
CMYK
RGB Variations
Color information
#F606EA (or 0xF606EA) is known color: Magenta. HEX triplet: F6, 06 and EA. RGB value is (246,6,234). Sum of RGB (Red+Green+Blue) = 246+6+234=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 6 (2.73% from 255 or 1.23% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F606EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F606EA is #09F915. Grayscale: #676767. Windows color (decimal): -653590 or 15337206. OLE color: 15337206.
HSL color Cylindrical-coordinate representation of color #F606EA: hue angle of 303º 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 #F606EA is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 234 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.04 |
| HSL | 303º | 0.95% | 0.49% | - |
| HSV(B) | 303º | 0.98% | 0.96% | - |
| XYZ | 52.92 | 25.66 | 80.01 | - |
| YUV | 103.75 | 201.51 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 234 | 0 | 0.98 | 0.05 | 0.04 | 303 | 0.95 | 0.49 |
| Hex | F6 | 6 | EA | 0 | 62 | 5 | 4 | 12F | 5F | 31 |
| Octal | 366 | 6 | 352 | 0 | 142 | 5 | 4 | 457 | 137 | 61 |
| Binary | 11110110 | 110 | 11101010 | 0 | 1100010 | 101 | 100 | 100101111 | 1011111 | 110001 |
Color Harmonies of #F606EA
Complementary color
Monochromatic Colors of #F606EA
Black with #F606EA
Text Example
Text Example
White with #F606EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606EA; }
p { color: rgb(246,6,234); }
H1.HeaderClassName
{
color: #F606EA;
}
.AnyTagClassName
{
color: #F606EA;
}
</style>
background-color css
<style>
a { background-color: #F606EA; }
a { background-color: rgb(246,6,234); }
div.DivClassName
{
background-color: #F606EA;
}
.BgClassName
{
background-color: #F606EA;
}
</style>
border-color css
<style>
span { border-color: #F606EA; }
span { border-color: rgb(246,6,234); }
td.TdClassName
{
border-color: #F606EA;
}
.TagClassName
{
border-color: #F606EA;
}
</style>