Shades of Magenta #F60BFF
Tints of Magenta #F60BFF
RGB
CMYK
RGB Variations
Color information
#F60BFF (or 0xF60BFF) is known color: Magenta. HEX triplet: F6, 0B and FF. RGB value is (246,11,255). Sum of RGB (Red+Green+Blue) = 246+11+255=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 11 (4.69% from 255 or 2.15% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F60BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BFF is #09F400. Grayscale: #6C6C6C. Windows color (decimal): -652289 or 16714742. OLE color: 16714742.
HSL color Cylindrical-coordinate representation of color #F60BFF: hue angle of 297.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BFF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 11 | 255 | - |
| CMYK | 0.04 | 0.96 | 0 | 0 |
| HSL | 297.79º | 1% | 0.52% | - |
| HSV(B) | 297.79º | 0.96% | 1% | - |
| XYZ | 56.18 | 27.05 | 96.87 | - |
| YUV | 109.08 | 210.36 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 255 | 0.04 | 0.96 | 0 | 0 | 297.79 | 1 | 0.52 |
| Hex | F6 | B | FF | 4 | 60 | 0 | 0 | 12A | 64 | 34 |
| Octal | 366 | 13 | 377 | 4 | 140 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110110 | 1011 | 11111111 | 100 | 1100000 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F60BFF
Complementary color
Monochromatic Colors of #F60BFF
Black with #F60BFF
Text Example
Text Example
White with #F60BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BFF; }
p { color: rgb(246,11,255); }
H1.HeaderClassName
{
color: #F60BFF;
}
.AnyTagClassName
{
color: #F60BFF;
}
</style>
background-color css
<style>
a { background-color: #F60BFF; }
a { background-color: rgb(246,11,255); }
div.DivClassName
{
background-color: #F60BFF;
}
.BgClassName
{
background-color: #F60BFF;
}
</style>
border-color css
<style>
span { border-color: #F60BFF; }
span { border-color: rgb(246,11,255); }
td.TdClassName
{
border-color: #F60BFF;
}
.TagClassName
{
border-color: #F60BFF;
}
</style>