Shades of Magenta #F615F2
Tints of Magenta #F615F2
RGB
CMYK
RGB Variations
Color information
#F615F2 (or 0xF615F2) is known color: Magenta. HEX triplet: F6, 15 and F2. RGB value is (246,21,242). Sum of RGB (Red+Green+Blue) = 246+21+242=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 21 (8.59% from 255 or 4.13% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F615F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F615F2 is #09EA0D. Grayscale: #707070. Windows color (decimal): -649742 or 15865334. OLE color: 15865334.
HSL color Cylindrical-coordinate representation of color #F615F2: hue angle of 301.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615F2 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 242 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.04 |
| HSL | 301.07º | 0.93% | 0.52% | - |
| HSV(B) | 301.07º | 0.91% | 0.96% | - |
| XYZ | 54.3 | 26.54 | 86.27 | - |
| YUV | 113.47 | 200.54 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 242 | 0 | 0.91 | 0.02 | 0.04 | 301.07 | 0.93 | 0.52 |
| Hex | F6 | 15 | F2 | 0 | 5B | 2 | 4 | 12D | 5D | 34 |
| Octal | 366 | 25 | 362 | 0 | 133 | 2 | 4 | 455 | 135 | 64 |
| Binary | 11110110 | 10101 | 11110010 | 0 | 1011011 | 10 | 100 | 100101101 | 1011101 | 110100 |
Color Harmonies of #F615F2
Complementary color
Monochromatic Colors of #F615F2
Black with #F615F2
Text Example
Text Example
White with #F615F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615F2; }
p { color: rgb(246,21,242); }
H1.HeaderClassName
{
color: #F615F2;
}
.AnyTagClassName
{
color: #F615F2;
}
</style>
background-color css
<style>
a { background-color: #F615F2; }
a { background-color: rgb(246,21,242); }
div.DivClassName
{
background-color: #F615F2;
}
.BgClassName
{
background-color: #F615F2;
}
</style>
border-color css
<style>
span { border-color: #F615F2; }
span { border-color: rgb(246,21,242); }
td.TdClassName
{
border-color: #F615F2;
}
.TagClassName
{
border-color: #F615F2;
}
</style>