Shades of Magenta #FB08FB
Tints of Magenta #FB08FB
RGB
CMYK
RGB Variations
Color information
#FB08FB (or 0xFB08FB) is known color: Magenta. HEX triplet: FB, 08 and FB. RGB value is (251,8,251). Sum of RGB (Red+Green+Blue) = 251+8+251=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 8 (3.52% from 255 or 1.57% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB08FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB08FB is #04F704. Grayscale: #6B6B6B. Windows color (decimal): -325381 or 16451835. OLE color: 16451835.
HSL color Cylindrical-coordinate representation of color #FB08FB: hue angle of 300º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB08FB is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 251 | - |
| CMYK | 0 | 0.97 | 0 | 0.02 |
| HSL | 300º | 0.97% | 0.51% | - |
| HSV(B) | 300º | 0.97% | 0.98% | - |
| XYZ | 57.28 | 27.65 | 93.58 | - |
| YUV | 108.36 | 208.51 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 251 | 0 | 0.97 | 0 | 0.02 | 300 | 0.97 | 0.51 |
| Hex | FB | 8 | FB | 0 | 61 | 0 | 2 | 12C | 61 | 33 |
| Octal | 373 | 10 | 373 | 0 | 141 | 0 | 2 | 454 | 141 | 63 |
| Binary | 11111011 | 1000 | 11111011 | 0 | 1100001 | 0 | 10 | 100101100 | 1100001 | 110011 |
Color Harmonies of #FB08FB
Complementary color
Monochromatic Colors of #FB08FB
Black with #FB08FB
Text Example
Text Example
White with #FB08FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB08FB; }
p { color: rgb(251,8,251); }
H1.HeaderClassName
{
color: #FB08FB;
}
.AnyTagClassName
{
color: #FB08FB;
}
</style>
background-color css
<style>
a { background-color: #FB08FB; }
a { background-color: rgb(251,8,251); }
div.DivClassName
{
background-color: #FB08FB;
}
.BgClassName
{
background-color: #FB08FB;
}
</style>
border-color css
<style>
span { border-color: #FB08FB; }
span { border-color: rgb(251,8,251); }
td.TdClassName
{
border-color: #FB08FB;
}
.TagClassName
{
border-color: #FB08FB;
}
</style>