Shades of Magenta #FB26FA
Tints of Magenta #FB26FA
RGB
CMYK
RGB Variations
Color information
#FB26FA (or 0xFB26FA) is known color: Magenta. HEX triplet: FB, 26 and FA. RGB value is (251,38,250). Sum of RGB (Red+Green+Blue) = 251+38+250=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 38 (15.23% from 255 or 7.05% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB26FA is #04D905. Grayscale: #7D7D7D. Windows color (decimal): -317702 or 16393979. OLE color: 16393979.
HSL color Cylindrical-coordinate representation of color #FB26FA: hue angle of 300.28º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB26FA is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 250 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.02 |
| HSL | 300.28º | 0.96% | 0.57% | - |
| HSV(B) | 300.28º | 0.85% | 0.98% | - |
| XYZ | 57.73 | 28.8 | 92.96 | - |
| YUV | 125.86 | 198.07 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 250 | 0 | 0.85 | 0.00 | 0.02 | 300.28 | 0.96 | 0.57 |
| Hex | FB | 26 | FA | 0 | 55 | 0 | 2 | 12C | 60 | 39 |
| Octal | 373 | 46 | 372 | 0 | 125 | 0 | 2 | 454 | 140 | 71 |
| Binary | 11111011 | 100110 | 11111010 | 0 | 1010101 | 0 | 10 | 100101100 | 1100000 | 111001 |
Color Harmonies of #FB26FA
Complementary color
Monochromatic Colors of #FB26FA
Black with #FB26FA
Text Example
Text Example
White with #FB26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26FA; }
p { color: rgb(251,38,250); }
H1.HeaderClassName
{
color: #FB26FA;
}
.AnyTagClassName
{
color: #FB26FA;
}
</style>
background-color css
<style>
a { background-color: #FB26FA; }
a { background-color: rgb(251,38,250); }
div.DivClassName
{
background-color: #FB26FA;
}
.BgClassName
{
background-color: #FB26FA;
}
</style>
border-color css
<style>
span { border-color: #FB26FA; }
span { border-color: rgb(251,38,250); }
td.TdClassName
{
border-color: #FB26FA;
}
.TagClassName
{
border-color: #FB26FA;
}
</style>