Shades of Magenta #F60DF4
Tints of Magenta #F60DF4
RGB
CMYK
RGB Variations
Color information
#F60DF4 (or 0xF60DF4) is known color: Magenta. HEX triplet: F6, 0D and F4. RGB value is (246,13,244). Sum of RGB (Red+Green+Blue) = 246+13+244=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 13 (5.47% from 255 or 2.58% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DF4 is #09F20B. Grayscale: #6C6C6C. Windows color (decimal): -651788 or 15994358. OLE color: 15994358.
HSL color Cylindrical-coordinate representation of color #F60DF4: 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.95%. Process color model (Four color, CMYK) of #F60DF4 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 244 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.04 |
| HSL | 300.52º | 0.93% | 0.51% | - |
| HSV(B) | 300.52º | 0.95% | 0.96% | - |
| XYZ | 54.48 | 26.41 | 87.81 | - |
| YUV | 109 | 204.19 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 244 | 0 | 0.95 | 0.01 | 0.04 | 300.52 | 0.93 | 0.51 |
| Hex | F6 | D | F4 | 0 | 5F | 1 | 4 | 12D | 5D | 33 |
| Octal | 366 | 15 | 364 | 0 | 137 | 1 | 4 | 455 | 135 | 63 |
| Binary | 11110110 | 1101 | 11110100 | 0 | 1011111 | 1 | 100 | 100101101 | 1011101 | 110011 |
Color Harmonies of #F60DF4
Complementary color
Monochromatic Colors of #F60DF4
Black with #F60DF4
Text Example
Text Example
White with #F60DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60DF4; }
p { color: rgb(246,13,244); }
H1.HeaderClassName
{
color: #F60DF4;
}
.AnyTagClassName
{
color: #F60DF4;
}
</style>
background-color css
<style>
a { background-color: #F60DF4; }
a { background-color: rgb(246,13,244); }
div.DivClassName
{
background-color: #F60DF4;
}
.BgClassName
{
background-color: #F60DF4;
}
</style>
border-color css
<style>
span { border-color: #F60DF4; }
span { border-color: rgb(246,13,244); }
td.TdClassName
{
border-color: #F60DF4;
}
.TagClassName
{
border-color: #F60DF4;
}
</style>