Shades of Magenta #F600FE
Tints of Magenta #F600FE
RGB
CMYK
RGB Variations
Color information
#F600FE (or 0xF600FE) is known color: Magenta. HEX triplet: F6, 00 and FE. RGB value is (246,0,254). Sum of RGB (Red+Green+Blue) = 246+0+254=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #F600FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F600FE is #09FF01. Grayscale: #656565. Windows color (decimal): -655106 or 16646390. OLE color: 16646390.
HSL color Cylindrical-coordinate representation of color #F600FE: hue angle of 298.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600FE is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 0 | 254 | - |
| CMYK | 0.03 | 1 | 0 | 0.00 |
| HSL | 298.11º | 1% | 0.5% | - |
| HSV(B) | 298.11º | 1% | 1% | - |
| XYZ | 55.9 | 26.75 | 95.98 | - |
| YUV | 102.51 | 213.5 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 254 | 0.03 | 1 | 0 | 0.00 | 298.11 | 1 | 0.5 |
| Hex | F6 | 0 | FE | 3 | 64 | 0 | 0 | 12A | 64 | 32 |
| Octal | 366 | 0 | 376 | 3 | 144 | 0 | 0 | 452 | 144 | 62 |
| Binary | 11110110 | 0 | 11111110 | 11 | 1100100 | 0 | 0 | 100101010 | 1100100 | 110010 |
Color Harmonies of #F600FE
Complementary color
Monochromatic Colors of #F600FE
Black with #F600FE
Text Example
Text Example
White with #F600FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600FE; }
p { color: rgb(246,0,254); }
H1.HeaderClassName
{
color: #F600FE;
}
.AnyTagClassName
{
color: #F600FE;
}
</style>
background-color css
<style>
a { background-color: #F600FE; }
a { background-color: rgb(246,0,254); }
div.DivClassName
{
background-color: #F600FE;
}
.BgClassName
{
background-color: #F600FE;
}
</style>
border-color css
<style>
span { border-color: #F600FE; }
span { border-color: rgb(246,0,254); }
td.TdClassName
{
border-color: #F600FE;
}
.TagClassName
{
border-color: #F600FE;
}
</style>