Shades of Magenta #FB08F2
Tints of Magenta #FB08F2
RGB
CMYK
RGB Variations
Color information
#FB08F2 (or 0xFB08F2) is known color: Magenta. HEX triplet: FB, 08 and F2. RGB value is (251,8,242). Sum of RGB (Red+Green+Blue) = 251+8+242=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 8 (3.52% from 255 or 1.60% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB08F2 is #04F70D. Grayscale: #6A6A6A. Windows color (decimal): -325390 or 15862011. OLE color: 15862011.
HSL color Cylindrical-coordinate representation of color #FB08F2: hue angle of 302.22º 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 #FB08F2 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 242 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.02 |
| HSL | 302.22º | 0.97% | 0.51% | - |
| HSV(B) | 302.22º | 0.97% | 0.98% | - |
| XYZ | 55.9 | 27.09 | 86.29 | - |
| YUV | 107.33 | 204.01 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 242 | 0 | 0.97 | 0.04 | 0.02 | 302.22 | 0.97 | 0.51 |
| Hex | FB | 8 | F2 | 0 | 61 | 4 | 2 | 12E | 61 | 33 |
| Octal | 373 | 10 | 362 | 0 | 141 | 4 | 2 | 456 | 141 | 63 |
| Binary | 11111011 | 1000 | 11110010 | 0 | 1100001 | 100 | 10 | 100101110 | 1100001 | 110011 |
Color Harmonies of #FB08F2
Complementary color
Monochromatic Colors of #FB08F2
Black with #FB08F2
Text Example
Text Example
White with #FB08F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB08F2; }
p { color: rgb(251,8,242); }
H1.HeaderClassName
{
color: #FB08F2;
}
.AnyTagClassName
{
color: #FB08F2;
}
</style>
background-color css
<style>
a { background-color: #FB08F2; }
a { background-color: rgb(251,8,242); }
div.DivClassName
{
background-color: #FB08F2;
}
.BgClassName
{
background-color: #FB08F2;
}
</style>
border-color css
<style>
span { border-color: #FB08F2; }
span { border-color: rgb(251,8,242); }
td.TdClassName
{
border-color: #FB08F2;
}
.TagClassName
{
border-color: #FB08F2;
}
</style>