Shades of Magenta #FB13EC
Tints of Magenta #FB13EC
RGB
CMYK
RGB Variations
Color information
#FB13EC (or 0xFB13EC) is known color: Magenta. HEX triplet: FB, 13 and EC. RGB value is (251,19,236). Sum of RGB (Red+Green+Blue) = 251+19+236=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB13EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB13EC is #04EC13. Grayscale: #707070. Windows color (decimal): -322580 or 15471611. OLE color: 15471611.
HSL color Cylindrical-coordinate representation of color #FB13EC: hue angle of 303.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB13EC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 236 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.02 |
| HSL | 303.88º | 0.97% | 0.53% | - |
| HSV(B) | 303.88º | 0.92% | 0.98% | - |
| XYZ | 55.16 | 27.03 | 81.67 | - |
| YUV | 113.11 | 197.36 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 236 | 0 | 0.92 | 0.06 | 0.02 | 303.88 | 0.97 | 0.53 |
| Hex | FB | 13 | EC | 0 | 5C | 6 | 2 | 130 | 61 | 35 |
| Octal | 373 | 23 | 354 | 0 | 134 | 6 | 2 | 460 | 141 | 65 |
| Binary | 11111011 | 10011 | 11101100 | 0 | 1011100 | 110 | 10 | 100110000 | 1100001 | 110101 |
Color Harmonies of #FB13EC
Complementary color
Monochromatic Colors of #FB13EC
Black with #FB13EC
Text Example
Text Example
White with #FB13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB13EC; }
p { color: rgb(251,19,236); }
H1.HeaderClassName
{
color: #FB13EC;
}
.AnyTagClassName
{
color: #FB13EC;
}
</style>
background-color css
<style>
a { background-color: #FB13EC; }
a { background-color: rgb(251,19,236); }
div.DivClassName
{
background-color: #FB13EC;
}
.BgClassName
{
background-color: #FB13EC;
}
</style>
border-color css
<style>
span { border-color: #FB13EC; }
span { border-color: rgb(251,19,236); }
td.TdClassName
{
border-color: #FB13EC;
}
.TagClassName
{
border-color: #FB13EC;
}
</style>