Shades of Magenta #F619FD
Tints of Magenta #F619FD
RGB
CMYK
RGB Variations
Color information
#F619FD (or 0xF619FD) is known color: Magenta. HEX triplet: F6, 19 and FD. RGB value is (246,25,253). Sum of RGB (Red+Green+Blue) = 246+25+253=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 25 (10.16% from 255 or 4.77% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #F619FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619FD is #09E602. Grayscale: #747474. Windows color (decimal): -648707 or 16587254. OLE color: 16587254.
HSL color Cylindrical-coordinate representation of color #F619FD: hue angle of 298.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F619FD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 25 | 253 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.01 |
| HSL | 298.16º | 0.98% | 0.55% | - |
| HSV(B) | 298.16º | 0.9% | 0.99% | - |
| XYZ | 56.08 | 27.38 | 95.26 | - |
| YUV | 117.07 | 204.72 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 253 | 0.03 | 0.90 | 0 | 0.01 | 298.16 | 0.98 | 0.55 |
| Hex | F6 | 19 | FD | 3 | 5A | 0 | 1 | 12A | 62 | 37 |
| Octal | 366 | 31 | 375 | 3 | 132 | 0 | 1 | 452 | 142 | 67 |
| Binary | 11110110 | 11001 | 11111101 | 11 | 1011010 | 0 | 1 | 100101010 | 1100010 | 110111 |
Color Harmonies of #F619FD
Complementary color
Monochromatic Colors of #F619FD
Black with #F619FD
Text Example
Text Example
White with #F619FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F619FD; }
p { color: rgb(246,25,253); }
H1.HeaderClassName
{
color: #F619FD;
}
.AnyTagClassName
{
color: #F619FD;
}
</style>
background-color css
<style>
a { background-color: #F619FD; }
a { background-color: rgb(246,25,253); }
div.DivClassName
{
background-color: #F619FD;
}
.BgClassName
{
background-color: #F619FD;
}
</style>
border-color css
<style>
span { border-color: #F619FD; }
span { border-color: rgb(246,25,253); }
td.TdClassName
{
border-color: #F619FD;
}
.TagClassName
{
border-color: #F619FD;
}
</style>