Shades of Magenta #FE0FFC
Tints of Magenta #FE0FFC
RGB
CMYK
RGB Variations
Color information
#FE0FFC (or 0xFE0FFC) is known color: Magenta. HEX triplet: FE, 0F and FC. RGB value is (254,15,252). Sum of RGB (Red+Green+Blue) = 254+15+252=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 15 (6.25% from 255 or 2.88% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FFC is #01F003. Grayscale: #707070. Windows color (decimal): -126980 or 16519166. OLE color: 16519166.
HSL color Cylindrical-coordinate representation of color #FE0FFC: hue angle of 300.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FFC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 252 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.00 |
| HSL | 300.5º | 0.99% | 0.53% | - |
| HSV(B) | 300.5º | 0.94% | 1% | - |
| XYZ | 58.61 | 28.44 | 94.5 | - |
| YUV | 113.48 | 206.18 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 252 | 0 | 0.94 | 0.01 | 0.00 | 300.5 | 0.99 | 0.53 |
| Hex | FE | F | FC | 0 | 5E | 1 | 0 | 12D | 63 | 35 |
| Octal | 376 | 17 | 374 | 0 | 136 | 1 | 0 | 455 | 143 | 65 |
| Binary | 11111110 | 1111 | 11111100 | 0 | 1011110 | 1 | 0 | 100101101 | 1100011 | 110101 |
Color Harmonies of #FE0FFC
Complementary color
Monochromatic Colors of #FE0FFC
Black with #FE0FFC
Text Example
Text Example
White with #FE0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FFC; }
p { color: rgb(254,15,252); }
H1.HeaderClassName
{
color: #FE0FFC;
}
.AnyTagClassName
{
color: #FE0FFC;
}
</style>
background-color css
<style>
a { background-color: #FE0FFC; }
a { background-color: rgb(254,15,252); }
div.DivClassName
{
background-color: #FE0FFC;
}
.BgClassName
{
background-color: #FE0FFC;
}
</style>
border-color css
<style>
span { border-color: #FE0FFC; }
span { border-color: rgb(254,15,252); }
td.TdClassName
{
border-color: #FE0FFC;
}
.TagClassName
{
border-color: #FE0FFC;
}
</style>