Shades of Magenta #F601FE
Tints of Magenta #F601FE
RGB
CMYK
RGB Variations
Color information
#F601FE (or 0xF601FE) is known color: Magenta. HEX triplet: F6, 01 and FE. RGB value is (246,1,254). Sum of RGB (Red+Green+Blue) = 246+1+254=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 1 (0.78% from 255 or 0.20% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #F601FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F601FE is #09FE01. Grayscale: #666666. Windows color (decimal): -654850 or 16646646. OLE color: 16646646.
HSL color Cylindrical-coordinate representation of color #F601FE: hue angle of 298.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601FE is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 1 | 254 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.00 |
| HSL | 298.1º | 0.99% | 0.5% | - |
| HSV(B) | 298.1º | 1% | 1% | - |
| XYZ | 55.91 | 26.77 | 95.99 | - |
| YUV | 103.1 | 213.17 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 254 | 0.03 | 1.00 | 0 | 0.00 | 298.1 | 0.99 | 0.5 |
| Hex | F6 | 1 | FE | 3 | 64 | 0 | 0 | 12A | 63 | 32 |
| Octal | 366 | 1 | 376 | 3 | 144 | 0 | 0 | 452 | 143 | 62 |
| Binary | 11110110 | 1 | 11111110 | 11 | 1100100 | 0 | 0 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F601FE
Complementary color
Monochromatic Colors of #F601FE
Black with #F601FE
Text Example
Text Example
White with #F601FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601FE; }
p { color: rgb(246,1,254); }
H1.HeaderClassName
{
color: #F601FE;
}
.AnyTagClassName
{
color: #F601FE;
}
</style>
background-color css
<style>
a { background-color: #F601FE; }
a { background-color: rgb(246,1,254); }
div.DivClassName
{
background-color: #F601FE;
}
.BgClassName
{
background-color: #F601FE;
}
</style>
border-color css
<style>
span { border-color: #F601FE; }
span { border-color: rgb(246,1,254); }
td.TdClassName
{
border-color: #F601FE;
}
.TagClassName
{
border-color: #F601FE;
}
</style>