Shades of Magenta #FB2FFB
Tints of Magenta #FB2FFB
RGB
CMYK
RGB Variations
Color information
#FB2FFB (or 0xFB2FFB) is known color: Magenta. HEX triplet: FB, 2F and FB. RGB value is (251,47,251). Sum of RGB (Red+Green+Blue) = 251+47+251=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 47 (18.75% from 255 or 8.56% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2FFB is #04D004. Grayscale: #828282. Windows color (decimal): -315397 or 16461819. OLE color: 16461819.
HSL color Cylindrical-coordinate representation of color #FB2FFB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2FFB is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 251 | - |
| CMYK | 0 | 0.81 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.58% | - |
| HSV(B) | 300º | 0.81% | 0.98% | - |
| XYZ | 58.21 | 29.51 | 93.89 | - |
| YUV | 131.25 | 195.59 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 251 | 0 | 0.81 | 0 | 0.02 | 300 | 0.96 | 0.58 |
| Hex | FB | 2F | FB | 0 | 51 | 0 | 2 | 12C | 60 | 3A |
| Octal | 373 | 57 | 373 | 0 | 121 | 0 | 2 | 454 | 140 | 72 |
| Binary | 11111011 | 101111 | 11111011 | 0 | 1010001 | 0 | 10 | 100101100 | 1100000 | 111010 |
Color Harmonies of #FB2FFB
Complementary color
Monochromatic Colors of #FB2FFB
Black with #FB2FFB
Text Example
Text Example
White with #FB2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2FFB; }
p { color: rgb(251,47,251); }
H1.HeaderClassName
{
color: #FB2FFB;
}
.AnyTagClassName
{
color: #FB2FFB;
}
</style>
background-color css
<style>
a { background-color: #FB2FFB; }
a { background-color: rgb(251,47,251); }
div.DivClassName
{
background-color: #FB2FFB;
}
.BgClassName
{
background-color: #FB2FFB;
}
</style>
border-color css
<style>
span { border-color: #FB2FFB; }
span { border-color: rgb(251,47,251); }
td.TdClassName
{
border-color: #FB2FFB;
}
.TagClassName
{
border-color: #FB2FFB;
}
</style>