Shades of Magenta #F610FB
Tints of Magenta #F610FB
RGB
CMYK
RGB Variations
Color information
#F610FB (or 0xF610FB) is known color: Magenta. HEX triplet: F6, 10 and FB. RGB value is (246,16,251). Sum of RGB (Red+Green+Blue) = 246+16+251=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 16 (6.64% from 255 or 3.12% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #F610FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610FB is #09EF04. Grayscale: #6E6E6E. Windows color (decimal): -651013 or 16453878. OLE color: 16453878.
HSL color Cylindrical-coordinate representation of color #F610FB: hue angle of 298.72º 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 #F610FB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 16 | 251 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.02 |
| HSL | 298.72º | 0.97% | 0.52% | - |
| HSV(B) | 298.72º | 0.94% | 0.98% | - |
| XYZ | 55.6 | 26.93 | 93.53 | - |
| YUV | 111.56 | 206.7 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 251 | 0.02 | 0.94 | 0 | 0.02 | 298.72 | 0.97 | 0.52 |
| Hex | F6 | 10 | FB | 2 | 5E | 0 | 2 | 12B | 61 | 34 |
| Octal | 366 | 20 | 373 | 2 | 136 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11110110 | 10000 | 11111011 | 10 | 1011110 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F610FB
Complementary color
Monochromatic Colors of #F610FB
Black with #F610FB
Text Example
Text Example
White with #F610FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610FB; }
p { color: rgb(246,16,251); }
H1.HeaderClassName
{
color: #F610FB;
}
.AnyTagClassName
{
color: #F610FB;
}
</style>
background-color css
<style>
a { background-color: #F610FB; }
a { background-color: rgb(246,16,251); }
div.DivClassName
{
background-color: #F610FB;
}
.BgClassName
{
background-color: #F610FB;
}
</style>
border-color css
<style>
span { border-color: #F610FB; }
span { border-color: rgb(246,16,251); }
td.TdClassName
{
border-color: #F610FB;
}
.TagClassName
{
border-color: #F610FB;
}
</style>