Shades of Magenta #FE0BF7
Tints of Magenta #FE0BF7
RGB
CMYK
RGB Variations
Color information
#FE0BF7 (or 0xFE0BF7) is known color: Magenta. HEX triplet: FE, 0B and F7. RGB value is (254,11,247). Sum of RGB (Red+Green+Blue) = 254+11+247=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 11 (4.69% from 255 or 2.15% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BF7 is #01F408. Grayscale: #6D6D6D. Windows color (decimal): -128009 or 16190462. OLE color: 16190462.
HSL color Cylindrical-coordinate representation of color #FE0BF7: hue angle of 301.73º 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 #FE0BF7 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 247 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.00 |
| HSL | 301.73º | 0.99% | 0.52% | - |
| HSV(B) | 301.73º | 0.96% | 1% | - |
| XYZ | 57.78 | 28.03 | 90.36 | - |
| YUV | 110.56 | 205.01 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 247 | 0 | 0.96 | 0.03 | 0.00 | 301.73 | 0.99 | 0.52 |
| Hex | FE | B | F7 | 0 | 60 | 3 | 0 | 12E | 63 | 34 |
| Octal | 376 | 13 | 367 | 0 | 140 | 3 | 0 | 456 | 143 | 64 |
| Binary | 11111110 | 1011 | 11110111 | 0 | 1100000 | 11 | 0 | 100101110 | 1100011 | 110100 |
Color Harmonies of #FE0BF7
Complementary color
Monochromatic Colors of #FE0BF7
Black with #FE0BF7
Text Example
Text Example
White with #FE0BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BF7; }
p { color: rgb(254,11,247); }
H1.HeaderClassName
{
color: #FE0BF7;
}
.AnyTagClassName
{
color: #FE0BF7;
}
</style>
background-color css
<style>
a { background-color: #FE0BF7; }
a { background-color: rgb(254,11,247); }
div.DivClassName
{
background-color: #FE0BF7;
}
.BgClassName
{
background-color: #FE0BF7;
}
</style>
border-color css
<style>
span { border-color: #FE0BF7; }
span { border-color: rgb(254,11,247); }
td.TdClassName
{
border-color: #FE0BF7;
}
.TagClassName
{
border-color: #FE0BF7;
}
</style>