Shades of Magenta #FE0BFB
Tints of Magenta #FE0BFB
RGB
CMYK
RGB Variations
Color information
#FE0BFB (or 0xFE0BFB) is known color: Magenta. HEX triplet: FE, 0B and FB. RGB value is (254,11,251). Sum of RGB (Red+Green+Blue) = 254+11+251=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 11 (4.69% from 255 or 2.13% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BFB is #01F404. Grayscale: #6E6E6E. Windows color (decimal): -128005 or 16452606. OLE color: 16452606.
HSL color Cylindrical-coordinate representation of color #FE0BFB: hue angle of 300.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0BFB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 251 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.00 |
| HSL | 300.74º | 0.99% | 0.52% | - |
| HSV(B) | 300.74º | 0.96% | 1% | - |
| XYZ | 58.41 | 28.28 | 93.65 | - |
| YUV | 111.02 | 207.01 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 251 | 0 | 0.96 | 0.01 | 0.00 | 300.74 | 0.99 | 0.52 |
| Hex | FE | B | FB | 0 | 60 | 1 | 0 | 12D | 63 | 34 |
| Octal | 376 | 13 | 373 | 0 | 140 | 1 | 0 | 455 | 143 | 64 |
| Binary | 11111110 | 1011 | 11111011 | 0 | 1100000 | 1 | 0 | 100101101 | 1100011 | 110100 |
Color Harmonies of #FE0BFB
Complementary color
Monochromatic Colors of #FE0BFB
Black with #FE0BFB
Text Example
Text Example
White with #FE0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BFB; }
p { color: rgb(254,11,251); }
H1.HeaderClassName
{
color: #FE0BFB;
}
.AnyTagClassName
{
color: #FE0BFB;
}
</style>
background-color css
<style>
a { background-color: #FE0BFB; }
a { background-color: rgb(254,11,251); }
div.DivClassName
{
background-color: #FE0BFB;
}
.BgClassName
{
background-color: #FE0BFB;
}
</style>
border-color css
<style>
span { border-color: #FE0BFB; }
span { border-color: rgb(254,11,251); }
td.TdClassName
{
border-color: #FE0BFB;
}
.TagClassName
{
border-color: #FE0BFB;
}
</style>