Shades of Magenta #FB08F0
Tints of Magenta #FB08F0
RGB
CMYK
RGB Variations
Color information
#FB08F0 (or 0xFB08F0) is known color: Magenta. HEX triplet: FB, 08 and F0. RGB value is (251,8,240). Sum of RGB (Red+Green+Blue) = 251+8+240=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 8 (3.52% from 255 or 1.60% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB08F0 is #04F70F. Grayscale: #6A6A6A. Windows color (decimal): -325392 or 15730939. OLE color: 15730939.
HSL color Cylindrical-coordinate representation of color #FB08F0: hue angle of 302.72º 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 #FB08F0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 240 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.02 |
| HSL | 302.72º | 0.97% | 0.51% | - |
| HSV(B) | 302.72º | 0.97% | 0.98% | - |
| XYZ | 55.6 | 26.97 | 84.71 | - |
| YUV | 107.11 | 203.01 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 240 | 0 | 0.97 | 0.04 | 0.02 | 302.72 | 0.97 | 0.51 |
| Hex | FB | 8 | F0 | 0 | 61 | 4 | 2 | 12F | 61 | 33 |
| Octal | 373 | 10 | 360 | 0 | 141 | 4 | 2 | 457 | 141 | 63 |
| Binary | 11111011 | 1000 | 11110000 | 0 | 1100001 | 100 | 10 | 100101111 | 1100001 | 110011 |
Color Harmonies of #FB08F0
Complementary color
Monochromatic Colors of #FB08F0
Black with #FB08F0
Text Example
Text Example
White with #FB08F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB08F0; }
p { color: rgb(251,8,240); }
H1.HeaderClassName
{
color: #FB08F0;
}
.AnyTagClassName
{
color: #FB08F0;
}
</style>
background-color css
<style>
a { background-color: #FB08F0; }
a { background-color: rgb(251,8,240); }
div.DivClassName
{
background-color: #FB08F0;
}
.BgClassName
{
background-color: #FB08F0;
}
</style>
border-color css
<style>
span { border-color: #FB08F0; }
span { border-color: rgb(251,8,240); }
td.TdClassName
{
border-color: #FB08F0;
}
.TagClassName
{
border-color: #FB08F0;
}
</style>