Shades of Magenta #FE1FFC
Tints of Magenta #FE1FFC
RGB
CMYK
RGB Variations
Color information
#FE1FFC (or 0xFE1FFC) is known color: Magenta. HEX triplet: FE, 1F and FC. RGB value is (254,31,252). Sum of RGB (Red+Green+Blue) = 254+31+252=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 31 (12.5% from 255 or 5.77% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FFC is #01E003. Grayscale: #7A7A7A. Windows color (decimal): -122884 or 16523262. OLE color: 16523262.
HSL color Cylindrical-coordinate representation of color #FE1FFC: hue angle of 300.54º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FFC is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 252 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.00 |
| HSL | 300.54º | 0.99% | 0.56% | - |
| HSV(B) | 300.54º | 0.88% | 1% | - |
| XYZ | 58.93 | 29.08 | 94.6 | - |
| YUV | 122.87 | 200.88 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 252 | 0 | 0.88 | 0.01 | 0.00 | 300.54 | 0.99 | 0.56 |
| Hex | FE | 1F | FC | 0 | 58 | 1 | 0 | 12D | 63 | 38 |
| Octal | 376 | 37 | 374 | 0 | 130 | 1 | 0 | 455 | 143 | 70 |
| Binary | 11111110 | 11111 | 11111100 | 0 | 1011000 | 1 | 0 | 100101101 | 1100011 | 111000 |
Color Harmonies of #FE1FFC
Complementary color
Monochromatic Colors of #FE1FFC
Black with #FE1FFC
Text Example
Text Example
White with #FE1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FFC; }
p { color: rgb(254,31,252); }
H1.HeaderClassName
{
color: #FE1FFC;
}
.AnyTagClassName
{
color: #FE1FFC;
}
</style>
background-color css
<style>
a { background-color: #FE1FFC; }
a { background-color: rgb(254,31,252); }
div.DivClassName
{
background-color: #FE1FFC;
}
.BgClassName
{
background-color: #FE1FFC;
}
</style>
border-color css
<style>
span { border-color: #FE1FFC; }
span { border-color: rgb(254,31,252); }
td.TdClassName
{
border-color: #FE1FFC;
}
.TagClassName
{
border-color: #FE1FFC;
}
</style>