Shades of Magenta #F610F4
Tints of Magenta #F610F4
RGB
CMYK
RGB Variations
Color information
#F610F4 (or 0xF610F4) is known color: Magenta. HEX triplet: F6, 10 and F4. RGB value is (246,16,244). Sum of RGB (Red+Green+Blue) = 246+16+244=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F610F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610F4 is #09EF0B. Grayscale: #6E6E6E. Windows color (decimal): -651020 or 15995126. OLE color: 15995126.
HSL color Cylindrical-coordinate representation of color #F610F4: hue angle of 300.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610F4 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 244 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.04 |
| HSL | 300.52º | 0.93% | 0.51% | - |
| HSV(B) | 300.52º | 0.93% | 0.96% | - |
| XYZ | 54.52 | 26.5 | 87.83 | - |
| YUV | 110.76 | 203.2 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 244 | 0 | 0.93 | 0.01 | 0.04 | 300.52 | 0.93 | 0.51 |
| Hex | F6 | 10 | F4 | 0 | 5D | 1 | 4 | 12D | 5D | 33 |
| Octal | 366 | 20 | 364 | 0 | 135 | 1 | 4 | 455 | 135 | 63 |
| Binary | 11110110 | 10000 | 11110100 | 0 | 1011101 | 1 | 100 | 100101101 | 1011101 | 110011 |
Color Harmonies of #F610F4
Complementary color
Monochromatic Colors of #F610F4
Black with #F610F4
Text Example
Text Example
White with #F610F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610F4; }
p { color: rgb(246,16,244); }
H1.HeaderClassName
{
color: #F610F4;
}
.AnyTagClassName
{
color: #F610F4;
}
</style>
background-color css
<style>
a { background-color: #F610F4; }
a { background-color: rgb(246,16,244); }
div.DivClassName
{
background-color: #F610F4;
}
.BgClassName
{
background-color: #F610F4;
}
</style>
border-color css
<style>
span { border-color: #F610F4; }
span { border-color: rgb(246,16,244); }
td.TdClassName
{
border-color: #F610F4;
}
.TagClassName
{
border-color: #F610F4;
}
</style>