Shades of Magenta #F619F8
Tints of Magenta #F619F8
RGB
CMYK
RGB Variations
Color information
#F619F8 (or 0xF619F8) is known color: Magenta. HEX triplet: F6, 19 and F8. RGB value is (246,25,248). Sum of RGB (Red+Green+Blue) = 246+25+248=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 25 (10.16% from 255 or 4.82% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #F619F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619F8 is #09E607. Grayscale: #737373. Windows color (decimal): -648712 or 16259574. OLE color: 16259574.
HSL color Cylindrical-coordinate representation of color #F619F8: hue angle of 299.46º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F619F8 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 25 | 248 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.03 |
| HSL | 299.46º | 0.94% | 0.54% | - |
| HSV(B) | 299.46º | 0.9% | 0.97% | - |
| XYZ | 55.3 | 27.07 | 91.12 | - |
| YUV | 116.5 | 202.22 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 248 | 0.01 | 0.90 | 0 | 0.03 | 299.46 | 0.94 | 0.54 |
| Hex | F6 | 19 | F8 | 1 | 5A | 0 | 3 | 12B | 5E | 36 |
| Octal | 366 | 31 | 370 | 1 | 132 | 0 | 3 | 453 | 136 | 66 |
| Binary | 11110110 | 11001 | 11111000 | 1 | 1011010 | 0 | 11 | 100101011 | 1011110 | 110110 |
Color Harmonies of #F619F8
Complementary color
Monochromatic Colors of #F619F8
Black with #F619F8
Text Example
Text Example
White with #F619F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619F8; }
p { color: rgb(246,25,248); }
H1.HeaderClassName
{
color: #F619F8;
}
.AnyTagClassName
{
color: #F619F8;
}
</style>
background-color css
<style>
a { background-color: #F619F8; }
a { background-color: rgb(246,25,248); }
div.DivClassName
{
background-color: #F619F8;
}
.BgClassName
{
background-color: #F619F8;
}
</style>
border-color css
<style>
span { border-color: #F619F8; }
span { border-color: rgb(246,25,248); }
td.TdClassName
{
border-color: #F619F8;
}
.TagClassName
{
border-color: #F619F8;
}
</style>