Shades of Magenta #FB0EF4
Tints of Magenta #FB0EF4
RGB
CMYK
RGB Variations
Color information
#FB0EF4 (or 0xFB0EF4) is known color: Magenta. HEX triplet: FB, 0E and F4. RGB value is (251,14,244). Sum of RGB (Red+Green+Blue) = 251+14+244=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 14 (5.86% from 255 or 2.75% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0EF4 is #04F10B. Grayscale: #6E6E6E. Windows color (decimal): -323852 or 15994619. OLE color: 15994619.
HSL color Cylindrical-coordinate representation of color #FB0EF4: hue angle of 301.77º 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 #FB0EF4 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 244 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.02 |
| HSL | 301.77º | 0.97% | 0.52% | - |
| HSV(B) | 301.77º | 0.94% | 0.98% | - |
| XYZ | 56.27 | 27.35 | 87.9 | - |
| YUV | 111.08 | 203.02 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 244 | 0 | 0.94 | 0.03 | 0.02 | 301.77 | 0.97 | 0.52 |
| Hex | FB | E | F4 | 0 | 5E | 3 | 2 | 12E | 61 | 34 |
| Octal | 373 | 16 | 364 | 0 | 136 | 3 | 2 | 456 | 141 | 64 |
| Binary | 11111011 | 1110 | 11110100 | 0 | 1011110 | 11 | 10 | 100101110 | 1100001 | 110100 |
Color Harmonies of #FB0EF4
Complementary color
Monochromatic Colors of #FB0EF4
Black with #FB0EF4
Text Example
Text Example
White with #FB0EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EF4; }
p { color: rgb(251,14,244); }
H1.HeaderClassName
{
color: #FB0EF4;
}
.AnyTagClassName
{
color: #FB0EF4;
}
</style>
background-color css
<style>
a { background-color: #FB0EF4; }
a { background-color: rgb(251,14,244); }
div.DivClassName
{
background-color: #FB0EF4;
}
.BgClassName
{
background-color: #FB0EF4;
}
</style>
border-color css
<style>
span { border-color: #FB0EF4; }
span { border-color: rgb(251,14,244); }
td.TdClassName
{
border-color: #FB0EF4;
}
.TagClassName
{
border-color: #FB0EF4;
}
</style>