Shades of Magenta #F606FE
Tints of Magenta #F606FE
RGB
CMYK
RGB Variations
Color information
#F606FE (or 0xF606FE) is known color: Magenta. HEX triplet: F6, 06 and FE. RGB value is (246,6,254). Sum of RGB (Red+Green+Blue) = 246+6+254=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 6 (2.73% from 255 or 1.19% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #F606FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F606FE is #09F901. Grayscale: #696969. Windows color (decimal): -653570 or 16647926. OLE color: 16647926.
HSL color Cylindrical-coordinate representation of color #F606FE: hue angle of 298.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F606FE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 6 | 254 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.00 |
| HSL | 298.06º | 0.99% | 0.51% | - |
| HSV(B) | 298.06º | 0.98% | 1% | - |
| XYZ | 55.96 | 26.88 | 96 | - |
| YUV | 106.03 | 211.51 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 254 | 0.03 | 0.98 | 0 | 0.00 | 298.06 | 0.99 | 0.51 |
| Hex | F6 | 6 | FE | 3 | 62 | 0 | 0 | 12A | 63 | 33 |
| Octal | 366 | 6 | 376 | 3 | 142 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110110 | 110 | 11111110 | 11 | 1100010 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F606FE
Complementary color
Monochromatic Colors of #F606FE
Black with #F606FE
Text Example
Text Example
White with #F606FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606FE; }
p { color: rgb(246,6,254); }
H1.HeaderClassName
{
color: #F606FE;
}
.AnyTagClassName
{
color: #F606FE;
}
</style>
background-color css
<style>
a { background-color: #F606FE; }
a { background-color: rgb(246,6,254); }
div.DivClassName
{
background-color: #F606FE;
}
.BgClassName
{
background-color: #F606FE;
}
</style>
border-color css
<style>
span { border-color: #F606FE; }
span { border-color: rgb(246,6,254); }
td.TdClassName
{
border-color: #F606FE;
}
.TagClassName
{
border-color: #F606FE;
}
</style>