Shades of Magenta #FB26F0
Tints of Magenta #FB26F0
RGB
CMYK
RGB Variations
Color information
#FB26F0 (or 0xFB26F0) is known color: Magenta. HEX triplet: FB, 26 and F0. RGB value is (251,38,240). Sum of RGB (Red+Green+Blue) = 251+38+240=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 38 (15.23% from 255 or 7.18% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB26F0 is #04D90F. Grayscale: #7C7C7C. Windows color (decimal): -317712 or 15738619. OLE color: 15738619.
HSL color Cylindrical-coordinate representation of color #FB26F0: hue angle of 303.1º 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 #FB26F0 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 240 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.02 |
| HSL | 303.1º | 0.96% | 0.57% | - |
| HSV(B) | 303.1º | 0.85% | 0.98% | - |
| XYZ | 56.2 | 28.19 | 84.92 | - |
| YUV | 124.72 | 193.07 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 240 | 0 | 0.85 | 0.04 | 0.02 | 303.1 | 0.96 | 0.57 |
| Hex | FB | 26 | F0 | 0 | 55 | 4 | 2 | 12F | 60 | 39 |
| Octal | 373 | 46 | 360 | 0 | 125 | 4 | 2 | 457 | 140 | 71 |
| Binary | 11111011 | 100110 | 11110000 | 0 | 1010101 | 100 | 10 | 100101111 | 1100000 | 111001 |
Color Harmonies of #FB26F0
Complementary color
Monochromatic Colors of #FB26F0
Black with #FB26F0
Text Example
Text Example
White with #FB26F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB26F0; }
p { color: rgb(251,38,240); }
H1.HeaderClassName
{
color: #FB26F0;
}
.AnyTagClassName
{
color: #FB26F0;
}
</style>
background-color css
<style>
a { background-color: #FB26F0; }
a { background-color: rgb(251,38,240); }
div.DivClassName
{
background-color: #FB26F0;
}
.BgClassName
{
background-color: #FB26F0;
}
</style>
border-color css
<style>
span { border-color: #FB26F0; }
span { border-color: rgb(251,38,240); }
td.TdClassName
{
border-color: #FB26F0;
}
.TagClassName
{
border-color: #FB26F0;
}
</style>