Shades of Magenta #FE0BF3
Tints of Magenta #FE0BF3
RGB
CMYK
RGB Variations
Color information
#FE0BF3 (or 0xFE0BF3) is known color: Magenta. HEX triplet: FE, 0B and F3. RGB value is (254,11,243). Sum of RGB (Red+Green+Blue) = 254+11+243=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 11 (4.69% from 255 or 2.17% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BF3 is #01F40C. Grayscale: #6D6D6D. Windows color (decimal): -128013 or 15928318. OLE color: 15928318.
HSL color Cylindrical-coordinate representation of color #FE0BF3: hue angle of 302.72º 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 #FE0BF3 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 243 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.00 |
| HSL | 302.72º | 0.99% | 0.52% | - |
| HSV(B) | 302.72º | 0.96% | 1% | - |
| XYZ | 57.17 | 27.78 | 87.14 | - |
| YUV | 110.11 | 203.01 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 243 | 0 | 0.96 | 0.04 | 0.00 | 302.72 | 0.99 | 0.52 |
| Hex | FE | B | F3 | 0 | 60 | 4 | 0 | 12F | 63 | 34 |
| Octal | 376 | 13 | 363 | 0 | 140 | 4 | 0 | 457 | 143 | 64 |
| Binary | 11111110 | 1011 | 11110011 | 0 | 1100000 | 100 | 0 | 100101111 | 1100011 | 110100 |
Color Harmonies of #FE0BF3
Complementary color
Monochromatic Colors of #FE0BF3
Black with #FE0BF3
Text Example
Text Example
White with #FE0BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BF3; }
p { color: rgb(254,11,243); }
H1.HeaderClassName
{
color: #FE0BF3;
}
.AnyTagClassName
{
color: #FE0BF3;
}
</style>
background-color css
<style>
a { background-color: #FE0BF3; }
a { background-color: rgb(254,11,243); }
div.DivClassName
{
background-color: #FE0BF3;
}
.BgClassName
{
background-color: #FE0BF3;
}
</style>
border-color css
<style>
span { border-color: #FE0BF3; }
span { border-color: rgb(254,11,243); }
td.TdClassName
{
border-color: #FE0BF3;
}
.TagClassName
{
border-color: #FE0BF3;
}
</style>