Shades of Magenta #FB13E6
Tints of Magenta #FB13E6
RGB
CMYK
RGB Variations
Color information
#FB13E6 (or 0xFB13E6) is known color: Magenta. HEX triplet: FB, 13 and E6. RGB value is (251,19,230). Sum of RGB (Red+Green+Blue) = 251+19+230=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB13E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB13E6 is #04EC19. Grayscale: #6F6F6F. Windows color (decimal): -322586 or 15078395. OLE color: 15078395.
HSL color Cylindrical-coordinate representation of color #FB13E6: hue angle of 305.43º 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 #FB13E6 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 230 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.02 |
| HSL | 305.43º | 0.97% | 0.53% | - |
| HSV(B) | 305.43º | 0.92% | 0.98% | - |
| XYZ | 54.3 | 26.69 | 77.15 | - |
| YUV | 112.42 | 194.36 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 230 | 0 | 0.92 | 0.08 | 0.02 | 305.43 | 0.97 | 0.53 |
| Hex | FB | 13 | E6 | 0 | 5C | 8 | 2 | 131 | 61 | 35 |
| Octal | 373 | 23 | 346 | 0 | 134 | 10 | 2 | 461 | 141 | 65 |
| Binary | 11111011 | 10011 | 11100110 | 0 | 1011100 | 1000 | 10 | 100110001 | 1100001 | 110101 |
Color Harmonies of #FB13E6
Complementary color
Monochromatic Colors of #FB13E6
Black with #FB13E6
Text Example
Text Example
White with #FB13E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB13E6; }
p { color: rgb(251,19,230); }
H1.HeaderClassName
{
color: #FB13E6;
}
.AnyTagClassName
{
color: #FB13E6;
}
</style>
background-color css
<style>
a { background-color: #FB13E6; }
a { background-color: rgb(251,19,230); }
div.DivClassName
{
background-color: #FB13E6;
}
.BgClassName
{
background-color: #FB13E6;
}
</style>
border-color css
<style>
span { border-color: #FB13E6; }
span { border-color: rgb(251,19,230); }
td.TdClassName
{
border-color: #FB13E6;
}
.TagClassName
{
border-color: #FB13E6;
}
</style>