Shades of Magenta #FB2FFF
Tints of Magenta #FB2FFF
RGB
CMYK
RGB Variations
Color information
#FB2FFF (or 0xFB2FFF) is known color: Magenta. HEX triplet: FB, 2F and FF. RGB value is (251,47,255). Sum of RGB (Red+Green+Blue) = 251+47+255=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 47 (18.75% from 255 or 8.50% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2FFF is #04D000. Grayscale: #838383. Windows color (decimal): -315393 or 16723963. OLE color: 16723963.
HSL color Cylindrical-coordinate representation of color #FB2FFF: hue angle of 298.85º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2FFF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 47 | 255 | - |
| CMYK | 0.02 | 0.82 | 0 | 0 |
| HSL | 298.85º | 1% | 0.59% | - |
| HSV(B) | 298.85º | 0.82% | 1% | - |
| XYZ | 58.85 | 29.76 | 97.25 | - |
| YUV | 131.71 | 197.59 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 255 | 0.02 | 0.82 | 0 | 0 | 298.85 | 1 | 0.59 |
| Hex | FB | 2F | FF | 2 | 52 | 0 | 0 | 12B | 64 | 3B |
| Octal | 373 | 57 | 377 | 2 | 122 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111011 | 101111 | 11111111 | 10 | 1010010 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FB2FFF
Complementary color
Monochromatic Colors of #FB2FFF
Black with #FB2FFF
Text Example
Text Example
White with #FB2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2FFF; }
p { color: rgb(251,47,255); }
H1.HeaderClassName
{
color: #FB2FFF;
}
.AnyTagClassName
{
color: #FB2FFF;
}
</style>
background-color css
<style>
a { background-color: #FB2FFF; }
a { background-color: rgb(251,47,255); }
div.DivClassName
{
background-color: #FB2FFF;
}
.BgClassName
{
background-color: #FB2FFF;
}
</style>
border-color css
<style>
span { border-color: #FB2FFF; }
span { border-color: rgb(251,47,255); }
td.TdClassName
{
border-color: #FB2FFF;
}
.TagClassName
{
border-color: #FB2FFF;
}
</style>