Shades of Magenta #FE23F3
Tints of Magenta #FE23F3
RGB
CMYK
RGB Variations
Color information
#FE23F3 (or 0xFE23F3) is known color: Magenta. HEX triplet: FE, 23 and F3. RGB value is (254,35,243). Sum of RGB (Red+Green+Blue) = 254+35+243=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 35 (14.06% from 255 or 6.58% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE23F3 is #01DC0C. Grayscale: #7B7B7B. Windows color (decimal): -121869 or 15934462. OLE color: 15934462.
HSL color Cylindrical-coordinate representation of color #FE23F3: hue angle of 303.01º 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 #FE23F3 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 243 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.00 |
| HSL | 303.01º | 0.99% | 0.57% | - |
| HSV(B) | 303.01º | 0.86% | 1% | - |
| XYZ | 57.65 | 28.74 | 87.3 | - |
| YUV | 124.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 243 | 0 | 0.86 | 0.04 | 0.00 | 303.01 | 0.99 | 0.57 |
| Hex | FE | 23 | F3 | 0 | 56 | 4 | 0 | 12F | 63 | 39 |
| Octal | 376 | 43 | 363 | 0 | 126 | 4 | 0 | 457 | 143 | 71 |
| Binary | 11111110 | 100011 | 11110011 | 0 | 1010110 | 100 | 0 | 100101111 | 1100011 | 111001 |
Color Harmonies of #FE23F3
Complementary color
Monochromatic Colors of #FE23F3
Black with #FE23F3
Text Example
Text Example
White with #FE23F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23F3; }
p { color: rgb(254,35,243); }
H1.HeaderClassName
{
color: #FE23F3;
}
.AnyTagClassName
{
color: #FE23F3;
}
</style>
background-color css
<style>
a { background-color: #FE23F3; }
a { background-color: rgb(254,35,243); }
div.DivClassName
{
background-color: #FE23F3;
}
.BgClassName
{
background-color: #FE23F3;
}
</style>
border-color css
<style>
span { border-color: #FE23F3; }
span { border-color: rgb(254,35,243); }
td.TdClassName
{
border-color: #FE23F3;
}
.TagClassName
{
border-color: #FE23F3;
}
</style>