Shades of Magenta #F60CFF
Tints of Magenta #F60CFF
RGB
CMYK
RGB Variations
Color information
#F60CFF (or 0xF60CFF) is known color: Magenta. HEX triplet: F6, 0C and FF. RGB value is (246,12,255). Sum of RGB (Red+Green+Blue) = 246+12+255=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 12 (5.08% from 255 or 2.34% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #F60CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CFF is #09F300. Grayscale: #6C6C6C. Windows color (decimal): -652033 or 16714998. OLE color: 16714998.
HSL color Cylindrical-coordinate representation of color #F60CFF: hue angle of 297.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60CFF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 12 | 255 | - |
| CMYK | 0.04 | 0.95 | 0 | 0 |
| HSL | 297.78º | 1% | 0.52% | - |
| HSV(B) | 297.78º | 0.95% | 1% | - |
| XYZ | 56.19 | 27.08 | 96.87 | - |
| YUV | 109.67 | 210.02 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 255 | 0.04 | 0.95 | 0 | 0 | 297.78 | 1 | 0.52 |
| Hex | F6 | C | FF | 4 | 5F | 0 | 0 | 12A | 64 | 34 |
| Octal | 366 | 14 | 377 | 4 | 137 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110110 | 1100 | 11111111 | 100 | 1011111 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F60CFF
Complementary color
Monochromatic Colors of #F60CFF
Black with #F60CFF
Text Example
Text Example
White with #F60CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CFF; }
p { color: rgb(246,12,255); }
H1.HeaderClassName
{
color: #F60CFF;
}
.AnyTagClassName
{
color: #F60CFF;
}
</style>
background-color css
<style>
a { background-color: #F60CFF; }
a { background-color: rgb(246,12,255); }
div.DivClassName
{
background-color: #F60CFF;
}
.BgClassName
{
background-color: #F60CFF;
}
</style>
border-color css
<style>
span { border-color: #F60CFF; }
span { border-color: rgb(246,12,255); }
td.TdClassName
{
border-color: #F60CFF;
}
.TagClassName
{
border-color: #F60CFF;
}
</style>