Shades of Magenta #FB13FE
Tints of Magenta #FB13FE
RGB
CMYK
RGB Variations
Color information
#FB13FE (or 0xFB13FE) is known color: Magenta. HEX triplet: FB, 13 and FE. RGB value is (251,19,254). Sum of RGB (Red+Green+Blue) = 251+19+254=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 19 (7.81% from 255 or 3.63% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB13FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB13FE is #04EC01. Grayscale: #727272. Windows color (decimal): -322562 or 16651259. OLE color: 16651259.
HSL color Cylindrical-coordinate representation of color #FB13FE: hue angle of 299.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB13FE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 19 | 254 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.00 |
| HSL | 299.23º | 0.99% | 0.54% | - |
| HSV(B) | 299.23º | 0.93% | 1% | - |
| XYZ | 57.91 | 28.13 | 96.14 | - |
| YUV | 115.16 | 206.36 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 254 | 0.01 | 0.93 | 0 | 0.00 | 299.23 | 0.99 | 0.54 |
| Hex | FB | 13 | FE | 1 | 5D | 0 | 0 | 12B | 63 | 36 |
| Octal | 373 | 23 | 376 | 1 | 135 | 0 | 0 | 453 | 143 | 66 |
| Binary | 11111011 | 10011 | 11111110 | 1 | 1011101 | 0 | 0 | 100101011 | 1100011 | 110110 |
Color Harmonies of #FB13FE
Complementary color
Monochromatic Colors of #FB13FE
Black with #FB13FE
Text Example
Text Example
White with #FB13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB13FE; }
p { color: rgb(251,19,254); }
H1.HeaderClassName
{
color: #FB13FE;
}
.AnyTagClassName
{
color: #FB13FE;
}
</style>
background-color css
<style>
a { background-color: #FB13FE; }
a { background-color: rgb(251,19,254); }
div.DivClassName
{
background-color: #FB13FE;
}
.BgClassName
{
background-color: #FB13FE;
}
</style>
border-color css
<style>
span { border-color: #FB13FE; }
span { border-color: rgb(251,19,254); }
td.TdClassName
{
border-color: #FB13FE;
}
.TagClassName
{
border-color: #FB13FE;
}
</style>