Shades of Magenta #F619FF
Tints of Magenta #F619FF
RGB
CMYK
RGB Variations
Color information
#F619FF (or 0xF619FF) is known color: Magenta. HEX triplet: F6, 19 and FF. RGB value is (246,25,255). Sum of RGB (Red+Green+Blue) = 246+25+255=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 25 (10.16% from 255 or 4.75% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #F619FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619FF is #09E600. Grayscale: #747474. Windows color (decimal): -648705 or 16718326. OLE color: 16718326.
HSL color Cylindrical-coordinate representation of color #F619FF: hue angle of 297.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F619FF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 25 | 255 | - |
| CMYK | 0.04 | 0.90 | 0 | 0 |
| HSL | 297.65º | 1% | 0.55% | - |
| HSV(B) | 297.65º | 0.9% | 1% | - |
| XYZ | 56.4 | 27.51 | 96.94 | - |
| YUV | 117.3 | 205.72 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 255 | 0.04 | 0.90 | 0 | 0 | 297.65 | 1 | 0.55 |
| Hex | F6 | 19 | FF | 4 | 5A | 0 | 0 | 12A | 64 | 37 |
| Octal | 366 | 31 | 377 | 4 | 132 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11110110 | 11001 | 11111111 | 100 | 1011010 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F619FF
Complementary color
Monochromatic Colors of #F619FF
Black with #F619FF
Text Example
Text Example
White with #F619FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619FF; }
p { color: rgb(246,25,255); }
H1.HeaderClassName
{
color: #F619FF;
}
.AnyTagClassName
{
color: #F619FF;
}
</style>
background-color css
<style>
a { background-color: #F619FF; }
a { background-color: rgb(246,25,255); }
div.DivClassName
{
background-color: #F619FF;
}
.BgClassName
{
background-color: #F619FF;
}
</style>
border-color css
<style>
span { border-color: #F619FF; }
span { border-color: rgb(246,25,255); }
td.TdClassName
{
border-color: #F619FF;
}
.TagClassName
{
border-color: #F619FF;
}
</style>