Shades of Magenta #F60FFB
Tints of Magenta #F60FFB
RGB
CMYK
RGB Variations
Color information
#F60FFB (or 0xF60FFB) is known color: Magenta. HEX triplet: F6, 0F and FB. RGB value is (246,15,251). Sum of RGB (Red+Green+Blue) = 246+15+251=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 15 (6.25% from 255 or 2.93% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #F60FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FFB is #09F004. Grayscale: #6E6E6E. Windows color (decimal): -651269 or 16453622. OLE color: 16453622.
HSL color Cylindrical-coordinate representation of color #F60FFB: hue angle of 298.73º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FFB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 15 | 251 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.02 |
| HSL | 298.73º | 0.97% | 0.52% | - |
| HSV(B) | 298.73º | 0.94% | 0.98% | - |
| XYZ | 55.59 | 26.9 | 93.53 | - |
| YUV | 110.97 | 207.03 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 251 | 0.02 | 0.94 | 0 | 0.02 | 298.73 | 0.97 | 0.52 |
| Hex | F6 | F | FB | 2 | 5E | 0 | 2 | 12B | 61 | 34 |
| Octal | 366 | 17 | 373 | 2 | 136 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11110110 | 1111 | 11111011 | 10 | 1011110 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F60FFB
Complementary color
Monochromatic Colors of #F60FFB
Black with #F60FFB
Text Example
Text Example
White with #F60FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FFB; }
p { color: rgb(246,15,251); }
H1.HeaderClassName
{
color: #F60FFB;
}
.AnyTagClassName
{
color: #F60FFB;
}
</style>
background-color css
<style>
a { background-color: #F60FFB; }
a { background-color: rgb(246,15,251); }
div.DivClassName
{
background-color: #F60FFB;
}
.BgClassName
{
background-color: #F60FFB;
}
</style>
border-color css
<style>
span { border-color: #F60FFB; }
span { border-color: rgb(246,15,251); }
td.TdClassName
{
border-color: #F60FFB;
}
.TagClassName
{
border-color: #F60FFB;
}
</style>