Shades of Magenta #F604FE
Tints of Magenta #F604FE
RGB
CMYK
RGB Variations
Color information
#F604FE (or 0xF604FE) is known color: Magenta. HEX triplet: F6, 04 and FE. RGB value is (246,4,254). Sum of RGB (Red+Green+Blue) = 246+4+254=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 4 (1.95% from 255 or 0.79% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #F604FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F604FE is #09FB01. Grayscale: #686868. Windows color (decimal): -654082 or 16647414. OLE color: 16647414.
HSL color Cylindrical-coordinate representation of color #F604FE: hue angle of 298.08º 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 #F604FE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 4 | 254 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.00 |
| HSL | 298.08º | 0.99% | 0.51% | - |
| HSV(B) | 298.08º | 0.98% | 1% | - |
| XYZ | 55.94 | 26.84 | 96 | - |
| YUV | 104.86 | 212.17 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 254 | 0.03 | 0.98 | 0 | 0.00 | 298.08 | 0.99 | 0.51 |
| Hex | F6 | 4 | FE | 3 | 62 | 0 | 0 | 12A | 63 | 33 |
| Octal | 366 | 4 | 376 | 3 | 142 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110110 | 100 | 11111110 | 11 | 1100010 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F604FE
Complementary color
Monochromatic Colors of #F604FE
Black with #F604FE
Text Example
Text Example
White with #F604FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F604FE; }
p { color: rgb(246,4,254); }
H1.HeaderClassName
{
color: #F604FE;
}
.AnyTagClassName
{
color: #F604FE;
}
</style>
background-color css
<style>
a { background-color: #F604FE; }
a { background-color: rgb(246,4,254); }
div.DivClassName
{
background-color: #F604FE;
}
.BgClassName
{
background-color: #F604FE;
}
</style>
border-color css
<style>
span { border-color: #F604FE; }
span { border-color: rgb(246,4,254); }
td.TdClassName
{
border-color: #F604FE;
}
.TagClassName
{
border-color: #F604FE;
}
</style>