Shades of Magenta #F618F8
Tints of Magenta #F618F8
RGB
CMYK
RGB Variations
Color information
#F618F8 (or 0xF618F8) is known color: Magenta. HEX triplet: F6, 18 and F8. RGB value is (246,24,248). Sum of RGB (Red+Green+Blue) = 246+24+248=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 24 (9.77% from 255 or 4.63% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #F618F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618F8 is #09E707. Grayscale: #737373. Windows color (decimal): -648968 or 16259318. OLE color: 16259318.
HSL color Cylindrical-coordinate representation of color #F618F8: hue angle of 299.46º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618F8 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 24 | 248 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.03 |
| HSL | 299.46º | 0.94% | 0.53% | - |
| HSV(B) | 299.46º | 0.9% | 0.97% | - |
| XYZ | 55.28 | 27.02 | 91.11 | - |
| YUV | 115.91 | 202.55 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 248 | 0.01 | 0.90 | 0 | 0.03 | 299.46 | 0.94 | 0.53 |
| Hex | F6 | 18 | F8 | 1 | 5A | 0 | 3 | 12B | 5E | 35 |
| Octal | 366 | 30 | 370 | 1 | 132 | 0 | 3 | 453 | 136 | 65 |
| Binary | 11110110 | 11000 | 11111000 | 1 | 1011010 | 0 | 11 | 100101011 | 1011110 | 110101 |
Color Harmonies of #F618F8
Complementary color
Monochromatic Colors of #F618F8
Black with #F618F8
Text Example
Text Example
White with #F618F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618F8; }
p { color: rgb(246,24,248); }
H1.HeaderClassName
{
color: #F618F8;
}
.AnyTagClassName
{
color: #F618F8;
}
</style>
background-color css
<style>
a { background-color: #F618F8; }
a { background-color: rgb(246,24,248); }
div.DivClassName
{
background-color: #F618F8;
}
.BgClassName
{
background-color: #F618F8;
}
</style>
border-color css
<style>
span { border-color: #F618F8; }
span { border-color: rgb(246,24,248); }
td.TdClassName
{
border-color: #F618F8;
}
.TagClassName
{
border-color: #F618F8;
}
</style>