Shades of Magenta #FB0FF2
Tints of Magenta #FB0FF2
RGB
CMYK
RGB Variations
Color information
#FB0FF2 (or 0xFB0FF2) is known color: Magenta. HEX triplet: FB, 0F and F2. RGB value is (251,15,242). Sum of RGB (Red+Green+Blue) = 251+15+242=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FF2 is #04F00D. Grayscale: #6E6E6E. Windows color (decimal): -323598 or 15863803. OLE color: 15863803.
HSL color Cylindrical-coordinate representation of color #FB0FF2: hue angle of 302.29º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FF2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 242 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.02 |
| HSL | 302.29º | 0.97% | 0.52% | - |
| HSV(B) | 302.29º | 0.94% | 0.98% | - |
| XYZ | 55.98 | 27.26 | 86.32 | - |
| YUV | 111.44 | 201.69 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 242 | 0 | 0.94 | 0.04 | 0.02 | 302.29 | 0.97 | 0.52 |
| Hex | FB | F | F2 | 0 | 5E | 4 | 2 | 12E | 61 | 34 |
| Octal | 373 | 17 | 362 | 0 | 136 | 4 | 2 | 456 | 141 | 64 |
| Binary | 11111011 | 1111 | 11110010 | 0 | 1011110 | 100 | 10 | 100101110 | 1100001 | 110100 |
Color Harmonies of #FB0FF2
Complementary color
Monochromatic Colors of #FB0FF2
Black with #FB0FF2
Text Example
Text Example
White with #FB0FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FF2; }
p { color: rgb(251,15,242); }
H1.HeaderClassName
{
color: #FB0FF2;
}
.AnyTagClassName
{
color: #FB0FF2;
}
</style>
background-color css
<style>
a { background-color: #FB0FF2; }
a { background-color: rgb(251,15,242); }
div.DivClassName
{
background-color: #FB0FF2;
}
.BgClassName
{
background-color: #FB0FF2;
}
</style>
border-color css
<style>
span { border-color: #FB0FF2; }
span { border-color: rgb(251,15,242); }
td.TdClassName
{
border-color: #FB0FF2;
}
.TagClassName
{
border-color: #FB0FF2;
}
</style>