Shades of Magenta #FE23F0
Tints of Magenta #FE23F0
RGB
CMYK
RGB Variations
Color information
#FE23F0 (or 0xFE23F0) is known color: Magenta. HEX triplet: FE, 23 and F0. RGB value is (254,35,240). Sum of RGB (Red+Green+Blue) = 254+35+240=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 35 (14.06% from 255 or 6.62% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE23F0 is #01DC0F. Grayscale: #7B7B7B. Windows color (decimal): -121872 or 15737854. OLE color: 15737854.
HSL color Cylindrical-coordinate representation of color #FE23F0: hue angle of 303.84º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE23F0 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 240 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.00 |
| HSL | 303.84º | 0.99% | 0.57% | - |
| HSV(B) | 303.84º | 0.86% | 1% | - |
| XYZ | 57.2 | 28.56 | 84.94 | - |
| YUV | 123.85 | 193.55 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 240 | 0 | 0.86 | 0.06 | 0.00 | 303.84 | 0.99 | 0.57 |
| Hex | FE | 23 | F0 | 0 | 56 | 6 | 0 | 130 | 63 | 39 |
| Octal | 376 | 43 | 360 | 0 | 126 | 6 | 0 | 460 | 143 | 71 |
| Binary | 11111110 | 100011 | 11110000 | 0 | 1010110 | 110 | 0 | 100110000 | 1100011 | 111001 |
Color Harmonies of #FE23F0
Complementary color
Monochromatic Colors of #FE23F0
Black with #FE23F0
Text Example
Text Example
White with #FE23F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23F0; }
p { color: rgb(254,35,240); }
H1.HeaderClassName
{
color: #FE23F0;
}
.AnyTagClassName
{
color: #FE23F0;
}
</style>
background-color css
<style>
a { background-color: #FE23F0; }
a { background-color: rgb(254,35,240); }
div.DivClassName
{
background-color: #FE23F0;
}
.BgClassName
{
background-color: #FE23F0;
}
</style>
border-color css
<style>
span { border-color: #FE23F0; }
span { border-color: rgb(254,35,240); }
td.TdClassName
{
border-color: #FE23F0;
}
.TagClassName
{
border-color: #FE23F0;
}
</style>