Shades of Magenta #FB13FF
Tints of Magenta #FB13FF
RGB
CMYK
RGB Variations
Color information
#FB13FF (or 0xFB13FF) is known color: Magenta. HEX triplet: FB, 13 and FF. RGB value is (251,19,255). Sum of RGB (Red+Green+Blue) = 251+19+255=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 19 (7.81% from 255 or 3.62% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB13FF is #04EC00. Grayscale: #727272. Windows color (decimal): -322561 or 16716795. OLE color: 16716795.
HSL color Cylindrical-coordinate representation of color #FB13FF: hue angle of 298.98º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB13FF is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 19 | 255 | - |
| CMYK | 0.02 | 0.93 | 0 | 0 |
| HSL | 298.98º | 1% | 0.54% | - |
| HSV(B) | 298.98º | 0.93% | 1% | - |
| XYZ | 58.07 | 28.19 | 96.99 | - |
| YUV | 115.27 | 206.86 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 255 | 0.02 | 0.93 | 0 | 0 | 298.98 | 1 | 0.54 |
| Hex | FB | 13 | FF | 2 | 5D | 0 | 0 | 12B | 64 | 36 |
| Octal | 373 | 23 | 377 | 2 | 135 | 0 | 0 | 453 | 144 | 66 |
| Binary | 11111011 | 10011 | 11111111 | 10 | 1011101 | 0 | 0 | 100101011 | 1100100 | 110110 |
Color Harmonies of #FB13FF
Complementary color
Monochromatic Colors of #FB13FF
Black with #FB13FF
Text Example
Text Example
White with #FB13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB13FF; }
p { color: rgb(251,19,255); }
H1.HeaderClassName
{
color: #FB13FF;
}
.AnyTagClassName
{
color: #FB13FF;
}
</style>
background-color css
<style>
a { background-color: #FB13FF; }
a { background-color: rgb(251,19,255); }
div.DivClassName
{
background-color: #FB13FF;
}
.BgClassName
{
background-color: #FB13FF;
}
</style>
border-color css
<style>
span { border-color: #FB13FF; }
span { border-color: rgb(251,19,255); }
td.TdClassName
{
border-color: #FB13FF;
}
.TagClassName
{
border-color: #FB13FF;
}
</style>