Shades of Magenta #FB10F9
Tints of Magenta #FB10F9
RGB
CMYK
RGB Variations
Color information
#FB10F9 (or 0xFB10F9) is known color: Magenta. HEX triplet: FB, 10 and F9. RGB value is (251,16,249). Sum of RGB (Red+Green+Blue) = 251+16+249=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 16 (6.64% from 255 or 3.10% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB10F9 is #04EF06. Grayscale: #707070. Windows color (decimal): -323335 or 16322811. OLE color: 16322811.
HSL color Cylindrical-coordinate representation of color #FB10F9: hue angle of 300.51º 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 #FB10F9 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 249 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.02 |
| HSL | 300.51º | 0.97% | 0.52% | - |
| HSV(B) | 300.51º | 0.94% | 0.98% | - |
| XYZ | 57.07 | 27.72 | 91.97 | - |
| YUV | 112.83 | 204.86 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 249 | 0 | 0.94 | 0.01 | 0.02 | 300.51 | 0.97 | 0.52 |
| Hex | FB | 10 | F9 | 0 | 5E | 1 | 2 | 12D | 61 | 34 |
| Octal | 373 | 20 | 371 | 0 | 136 | 1 | 2 | 455 | 141 | 64 |
| Binary | 11111011 | 10000 | 11111001 | 0 | 1011110 | 1 | 10 | 100101101 | 1100001 | 110100 |
Color Harmonies of #FB10F9
Complementary color
Monochromatic Colors of #FB10F9
Black with #FB10F9
Text Example
Text Example
White with #FB10F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10F9; }
p { color: rgb(251,16,249); }
H1.HeaderClassName
{
color: #FB10F9;
}
.AnyTagClassName
{
color: #FB10F9;
}
</style>
background-color css
<style>
a { background-color: #FB10F9; }
a { background-color: rgb(251,16,249); }
div.DivClassName
{
background-color: #FB10F9;
}
.BgClassName
{
background-color: #FB10F9;
}
</style>
border-color css
<style>
span { border-color: #FB10F9; }
span { border-color: rgb(251,16,249); }
td.TdClassName
{
border-color: #FB10F9;
}
.TagClassName
{
border-color: #FB10F9;
}
</style>