Shades of Magenta #F60CF3
Tints of Magenta #F60CF3
RGB
CMYK
RGB Variations
Color information
#F60CF3 (or 0xF60CF3) is known color: Magenta. HEX triplet: F6, 0C and F3. RGB value is (246,12,243). Sum of RGB (Red+Green+Blue) = 246+12+243=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CF3 is #09F30C. Grayscale: #6B6B6B. Windows color (decimal): -652045 or 15928566. OLE color: 15928566.
HSL color Cylindrical-coordinate representation of color #F60CF3: hue angle of 300.77º 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 #F60CF3 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 243 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.04 |
| HSL | 300.77º | 0.93% | 0.51% | - |
| HSV(B) | 300.77º | 0.95% | 0.96% | - |
| XYZ | 54.32 | 26.33 | 87.01 | - |
| YUV | 108.3 | 204.02 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 243 | 0 | 0.95 | 0.01 | 0.04 | 300.77 | 0.93 | 0.51 |
| Hex | F6 | C | F3 | 0 | 5F | 1 | 4 | 12D | 5D | 33 |
| Octal | 366 | 14 | 363 | 0 | 137 | 1 | 4 | 455 | 135 | 63 |
| Binary | 11110110 | 1100 | 11110011 | 0 | 1011111 | 1 | 100 | 100101101 | 1011101 | 110011 |
Color Harmonies of #F60CF3
Complementary color
Monochromatic Colors of #F60CF3
Black with #F60CF3
Text Example
Text Example
White with #F60CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CF3; }
p { color: rgb(246,12,243); }
H1.HeaderClassName
{
color: #F60CF3;
}
.AnyTagClassName
{
color: #F60CF3;
}
</style>
background-color css
<style>
a { background-color: #F60CF3; }
a { background-color: rgb(246,12,243); }
div.DivClassName
{
background-color: #F60CF3;
}
.BgClassName
{
background-color: #F60CF3;
}
</style>
border-color css
<style>
span { border-color: #F60CF3; }
span { border-color: rgb(246,12,243); }
td.TdClassName
{
border-color: #F60CF3;
}
.TagClassName
{
border-color: #F60CF3;
}
</style>