Shades of Magenta #F60BFB
Tints of Magenta #F60BFB
RGB
CMYK
RGB Variations
Color information
#F60BFB (or 0xF60BFB) is known color: Magenta. HEX triplet: F6, 0B and FB. RGB value is (246,11,251). Sum of RGB (Red+Green+Blue) = 246+11+251=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 11 (4.69% from 255 or 2.17% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #F60BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BFB is #09F404. Grayscale: #6B6B6B. Windows color (decimal): -652293 or 16452598. OLE color: 16452598.
HSL color Cylindrical-coordinate representation of color #F60BFB: hue angle of 298.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BFB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 11 | 251 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.02 |
| HSL | 298.75º | 0.97% | 0.51% | - |
| HSV(B) | 298.75º | 0.96% | 0.98% | - |
| XYZ | 55.54 | 26.8 | 93.51 | - |
| YUV | 108.63 | 208.36 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 251 | 0.02 | 0.96 | 0 | 0.02 | 298.75 | 0.97 | 0.51 |
| Hex | F6 | B | FB | 2 | 60 | 0 | 2 | 12B | 61 | 33 |
| Octal | 366 | 13 | 373 | 2 | 140 | 0 | 2 | 453 | 141 | 63 |
| Binary | 11110110 | 1011 | 11111011 | 10 | 1100000 | 0 | 10 | 100101011 | 1100001 | 110011 |
Color Harmonies of #F60BFB
Complementary color
Monochromatic Colors of #F60BFB
Black with #F60BFB
Text Example
Text Example
White with #F60BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BFB; }
p { color: rgb(246,11,251); }
H1.HeaderClassName
{
color: #F60BFB;
}
.AnyTagClassName
{
color: #F60BFB;
}
</style>
background-color css
<style>
a { background-color: #F60BFB; }
a { background-color: rgb(246,11,251); }
div.DivClassName
{
background-color: #F60BFB;
}
.BgClassName
{
background-color: #F60BFB;
}
</style>
border-color css
<style>
span { border-color: #F60BFB; }
span { border-color: rgb(246,11,251); }
td.TdClassName
{
border-color: #F60BFB;
}
.TagClassName
{
border-color: #F60BFB;
}
</style>