Shades of Magenta #F60BF3
Tints of Magenta #F60BF3
RGB
CMYK
RGB Variations
Color information
#F60BF3 (or 0xF60BF3) is known color: Magenta. HEX triplet: F6, 0B and F3. RGB value is (246,11,243). Sum of RGB (Red+Green+Blue) = 246+11+243=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 11 (4.69% from 255 or 2.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BF3 is #09F40C. Grayscale: #6B6B6B. Windows color (decimal): -652301 or 15928310. OLE color: 15928310.
HSL color Cylindrical-coordinate representation of color #F60BF3: hue angle of 300.77º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BF3 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 243 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.04 |
| HSL | 300.77º | 0.93% | 0.5% | - |
| HSV(B) | 300.77º | 0.96% | 0.96% | - |
| XYZ | 54.3 | 26.3 | 87.01 | - |
| YUV | 107.71 | 204.36 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 243 | 0 | 0.96 | 0.01 | 0.04 | 300.77 | 0.93 | 0.5 |
| Hex | F6 | B | F3 | 0 | 60 | 1 | 4 | 12D | 5D | 32 |
| Octal | 366 | 13 | 363 | 0 | 140 | 1 | 4 | 455 | 135 | 62 |
| Binary | 11110110 | 1011 | 11110011 | 0 | 1100000 | 1 | 100 | 100101101 | 1011101 | 110010 |
Color Harmonies of #F60BF3
Complementary color
Monochromatic Colors of #F60BF3
Black with #F60BF3
Text Example
Text Example
White with #F60BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BF3; }
p { color: rgb(246,11,243); }
H1.HeaderClassName
{
color: #F60BF3;
}
.AnyTagClassName
{
color: #F60BF3;
}
</style>
background-color css
<style>
a { background-color: #F60BF3; }
a { background-color: rgb(246,11,243); }
div.DivClassName
{
background-color: #F60BF3;
}
.BgClassName
{
background-color: #F60BF3;
}
</style>
border-color css
<style>
span { border-color: #F60BF3; }
span { border-color: rgb(246,11,243); }
td.TdClassName
{
border-color: #F60BF3;
}
.TagClassName
{
border-color: #F60BF3;
}
</style>