Shades of Magenta #F618F6
Tints of Magenta #F618F6
RGB
CMYK
RGB Variations
Color information
#F618F6 (or 0xF618F6) is known color: Magenta. HEX triplet: F6, 18 and F6. RGB value is (246,24,246). Sum of RGB (Red+Green+Blue) = 246+24+246=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F618F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618F6 is #09E709. Grayscale: #737373. Windows color (decimal): -648970 or 16128246. OLE color: 16128246.
HSL color Cylindrical-coordinate representation of color #F618F6: hue angle of 300º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618F6 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 246 | - |
| CMYK | 0 | 0.90 | 0 | 0.04 |
| HSL | 300º | 0.93% | 0.53% | - |
| HSV(B) | 300º | 0.9% | 0.96% | - |
| XYZ | 54.97 | 26.9 | 89.48 | - |
| YUV | 115.69 | 201.55 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 246 | 0 | 0.90 | 0 | 0.04 | 300 | 0.93 | 0.53 |
| Hex | F6 | 18 | F6 | 0 | 5A | 0 | 4 | 12C | 5C | 35 |
| Octal | 366 | 30 | 366 | 0 | 132 | 0 | 4 | 454 | 134 | 65 |
| Binary | 11110110 | 11000 | 11110110 | 0 | 1011010 | 0 | 100 | 100101100 | 1011100 | 110101 |
Color Harmonies of #F618F6
Complementary color
Monochromatic Colors of #F618F6
Black with #F618F6
Text Example
Text Example
White with #F618F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618F6; }
p { color: rgb(246,24,246); }
H1.HeaderClassName
{
color: #F618F6;
}
.AnyTagClassName
{
color: #F618F6;
}
</style>
background-color css
<style>
a { background-color: #F618F6; }
a { background-color: rgb(246,24,246); }
div.DivClassName
{
background-color: #F618F6;
}
.BgClassName
{
background-color: #F618F6;
}
</style>
border-color css
<style>
span { border-color: #F618F6; }
span { border-color: rgb(246,24,246); }
td.TdClassName
{
border-color: #F618F6;
}
.TagClassName
{
border-color: #F618F6;
}
</style>