Shades of Magenta #FB0EF3
Tints of Magenta #FB0EF3
RGB
CMYK
RGB Variations
Color information
#FB0EF3 (or 0xFB0EF3) is known color: Magenta. HEX triplet: FB, 0E and F3. RGB value is (251,14,243). Sum of RGB (Red+Green+Blue) = 251+14+243=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0EF3 is #04F10C. Grayscale: #6E6E6E. Windows color (decimal): -323853 or 15929083. OLE color: 15929083.
HSL color Cylindrical-coordinate representation of color #FB0EF3: hue angle of 302.03º 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 #FB0EF3 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 243 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.02 |
| HSL | 302.03º | 0.97% | 0.52% | - |
| HSV(B) | 302.03º | 0.94% | 0.98% | - |
| XYZ | 56.12 | 27.29 | 87.1 | - |
| YUV | 110.97 | 202.52 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 243 | 0 | 0.94 | 0.03 | 0.02 | 302.03 | 0.97 | 0.52 |
| Hex | FB | E | F3 | 0 | 5E | 3 | 2 | 12E | 61 | 34 |
| Octal | 373 | 16 | 363 | 0 | 136 | 3 | 2 | 456 | 141 | 64 |
| Binary | 11111011 | 1110 | 11110011 | 0 | 1011110 | 11 | 10 | 100101110 | 1100001 | 110100 |
Color Harmonies of #FB0EF3
Complementary color
Monochromatic Colors of #FB0EF3
Black with #FB0EF3
Text Example
Text Example
White with #FB0EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EF3; }
p { color: rgb(251,14,243); }
H1.HeaderClassName
{
color: #FB0EF3;
}
.AnyTagClassName
{
color: #FB0EF3;
}
</style>
background-color css
<style>
a { background-color: #FB0EF3; }
a { background-color: rgb(251,14,243); }
div.DivClassName
{
background-color: #FB0EF3;
}
.BgClassName
{
background-color: #FB0EF3;
}
</style>
border-color css
<style>
span { border-color: #FB0EF3; }
span { border-color: rgb(251,14,243); }
td.TdClassName
{
border-color: #FB0EF3;
}
.TagClassName
{
border-color: #FB0EF3;
}
</style>