Shades of Magenta #FE0BFD
Tints of Magenta #FE0BFD
RGB
CMYK
RGB Variations
Color information
#FE0BFD (or 0xFE0BFD) is known color: Magenta. HEX triplet: FE, 0B and FD. RGB value is (254,11,253). Sum of RGB (Red+Green+Blue) = 254+11+253=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 11 (4.69% from 255 or 2.12% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BFD is #01F402. Grayscale: #6E6E6E. Windows color (decimal): -128003 or 16583678. OLE color: 16583678.
HSL color Cylindrical-coordinate representation of color #FE0BFD: hue angle of 300.25º 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 #FE0BFD is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 253 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.00 |
| HSL | 300.25º | 0.99% | 0.52% | - |
| HSV(B) | 300.25º | 0.96% | 1% | - |
| XYZ | 58.72 | 28.4 | 95.32 | - |
| YUV | 111.25 | 208.01 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 253 | 0 | 0.96 | 0.00 | 0.00 | 300.25 | 0.99 | 0.52 |
| Hex | FE | B | FD | 0 | 60 | 0 | 0 | 12C | 63 | 34 |
| Octal | 376 | 13 | 375 | 0 | 140 | 0 | 0 | 454 | 143 | 64 |
| Binary | 11111110 | 1011 | 11111101 | 0 | 1100000 | 0 | 0 | 100101100 | 1100011 | 110100 |
Color Harmonies of #FE0BFD
Complementary color
Monochromatic Colors of #FE0BFD
Black with #FE0BFD
Text Example
Text Example
White with #FE0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BFD; }
p { color: rgb(254,11,253); }
H1.HeaderClassName
{
color: #FE0BFD;
}
.AnyTagClassName
{
color: #FE0BFD;
}
</style>
background-color css
<style>
a { background-color: #FE0BFD; }
a { background-color: rgb(254,11,253); }
div.DivClassName
{
background-color: #FE0BFD;
}
.BgClassName
{
background-color: #FE0BFD;
}
</style>
border-color css
<style>
span { border-color: #FE0BFD; }
span { border-color: rgb(254,11,253); }
td.TdClassName
{
border-color: #FE0BFD;
}
.TagClassName
{
border-color: #FE0BFD;
}
</style>