Shades of Magenta #FB12F9
Tints of Magenta #FB12F9
RGB
CMYK
RGB Variations
Color information
#FB12F9 (or 0xFB12F9) is known color: Magenta. HEX triplet: FB, 12 and F9. RGB value is (251,18,249). Sum of RGB (Red+Green+Blue) = 251+18+249=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 18 (7.42% from 255 or 3.47% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB12F9 is #04ED06. Grayscale: #717171. Windows color (decimal): -322823 or 16323323. OLE color: 16323323.
HSL color Cylindrical-coordinate representation of color #FB12F9: hue angle of 300.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12F9 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 249 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.02 |
| HSL | 300.52º | 0.97% | 0.53% | - |
| HSV(B) | 300.52º | 0.93% | 0.98% | - |
| XYZ | 57.1 | 27.78 | 91.98 | - |
| YUV | 114 | 204.19 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 249 | 0 | 0.93 | 0.01 | 0.02 | 300.52 | 0.97 | 0.53 |
| Hex | FB | 12 | F9 | 0 | 5D | 1 | 2 | 12D | 61 | 35 |
| Octal | 373 | 22 | 371 | 0 | 135 | 1 | 2 | 455 | 141 | 65 |
| Binary | 11111011 | 10010 | 11111001 | 0 | 1011101 | 1 | 10 | 100101101 | 1100001 | 110101 |
Color Harmonies of #FB12F9
Complementary color
Monochromatic Colors of #FB12F9
Black with #FB12F9
Text Example
Text Example
White with #FB12F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12F9; }
p { color: rgb(251,18,249); }
H1.HeaderClassName
{
color: #FB12F9;
}
.AnyTagClassName
{
color: #FB12F9;
}
</style>
background-color css
<style>
a { background-color: #FB12F9; }
a { background-color: rgb(251,18,249); }
div.DivClassName
{
background-color: #FB12F9;
}
.BgClassName
{
background-color: #FB12F9;
}
</style>
border-color css
<style>
span { border-color: #FB12F9; }
span { border-color: rgb(251,18,249); }
td.TdClassName
{
border-color: #FB12F9;
}
.TagClassName
{
border-color: #FB12F9;
}
</style>