Shades of Magenta #FE0BF6
Tints of Magenta #FE0BF6
RGB
CMYK
RGB Variations
Color information
#FE0BF6 (or 0xFE0BF6) is known color: Magenta. HEX triplet: FE, 0B and F6. RGB value is (254,11,246). Sum of RGB (Red+Green+Blue) = 254+11+246=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 11 (4.69% from 255 or 2.15% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BF6 is #01F409. Grayscale: #6D6D6D. Windows color (decimal): -128010 or 16124926. OLE color: 16124926.
HSL color Cylindrical-coordinate representation of color #FE0BF6: hue angle of 301.98º 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 #FE0BF6 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 246 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.00 |
| HSL | 301.98º | 0.99% | 0.52% | - |
| HSV(B) | 301.98º | 0.96% | 1% | - |
| XYZ | 57.63 | 27.96 | 89.55 | - |
| YUV | 110.45 | 204.51 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 246 | 0 | 0.96 | 0.03 | 0.00 | 301.98 | 0.99 | 0.52 |
| Hex | FE | B | F6 | 0 | 60 | 3 | 0 | 12E | 63 | 34 |
| Octal | 376 | 13 | 366 | 0 | 140 | 3 | 0 | 456 | 143 | 64 |
| Binary | 11111110 | 1011 | 11110110 | 0 | 1100000 | 11 | 0 | 100101110 | 1100011 | 110100 |
Color Harmonies of #FE0BF6
Complementary color
Monochromatic Colors of #FE0BF6
Black with #FE0BF6
Text Example
Text Example
White with #FE0BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BF6; }
p { color: rgb(254,11,246); }
H1.HeaderClassName
{
color: #FE0BF6;
}
.AnyTagClassName
{
color: #FE0BF6;
}
</style>
background-color css
<style>
a { background-color: #FE0BF6; }
a { background-color: rgb(254,11,246); }
div.DivClassName
{
background-color: #FE0BF6;
}
.BgClassName
{
background-color: #FE0BF6;
}
</style>
border-color css
<style>
span { border-color: #FE0BF6; }
span { border-color: rgb(254,11,246); }
td.TdClassName
{
border-color: #FE0BF6;
}
.TagClassName
{
border-color: #FE0BF6;
}
</style>