Shades of Magenta #F604E8
Tints of Magenta #F604E8
RGB
CMYK
RGB Variations
Color information
#F604E8 (or 0xF604E8) is known color: Magenta. HEX triplet: F6, 04 and E8. RGB value is (246,4,232). Sum of RGB (Red+Green+Blue) = 246+4+232=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F604E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F604E8 is #09FB17. Grayscale: #656565. Windows color (decimal): -654104 or 15205622. OLE color: 15205622.
HSL color Cylindrical-coordinate representation of color #F604E8: hue angle of 303.47º degrees, saturation: 0.97, 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 #F604E8 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 232 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.04 |
| HSL | 303.47º | 0.97% | 0.49% | - |
| HSV(B) | 303.47º | 0.98% | 0.96% | - |
| XYZ | 52.61 | 25.51 | 78.49 | - |
| YUV | 102.35 | 201.17 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 232 | 0 | 0.98 | 0.06 | 0.04 | 303.47 | 0.97 | 0.49 |
| Hex | F6 | 4 | E8 | 0 | 62 | 6 | 4 | 12F | 61 | 31 |
| Octal | 366 | 4 | 350 | 0 | 142 | 6 | 4 | 457 | 141 | 61 |
| Binary | 11110110 | 100 | 11101000 | 0 | 1100010 | 110 | 100 | 100101111 | 1100001 | 110001 |
Color Harmonies of #F604E8
Complementary color
Monochromatic Colors of #F604E8
Black with #F604E8
Text Example
Text Example
White with #F604E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F604E8; }
p { color: rgb(246,4,232); }
H1.HeaderClassName
{
color: #F604E8;
}
.AnyTagClassName
{
color: #F604E8;
}
</style>
background-color css
<style>
a { background-color: #F604E8; }
a { background-color: rgb(246,4,232); }
div.DivClassName
{
background-color: #F604E8;
}
.BgClassName
{
background-color: #F604E8;
}
</style>
border-color css
<style>
span { border-color: #F604E8; }
span { border-color: rgb(246,4,232); }
td.TdClassName
{
border-color: #F604E8;
}
.TagClassName
{
border-color: #F604E8;
}
</style>