Shades of Magenta #FE23F2
Tints of Magenta #FE23F2
RGB
CMYK
RGB Variations
Color information
#FE23F2 (or 0xFE23F2) is known color: Magenta. HEX triplet: FE, 23 and F2. RGB value is (254,35,242). Sum of RGB (Red+Green+Blue) = 254+35+242=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 35 (14.06% from 255 or 6.59% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE23F2 is #01DC0D. Grayscale: #7B7B7B. Windows color (decimal): -121870 or 15868926. OLE color: 15868926.
HSL color Cylindrical-coordinate representation of color #FE23F2: hue angle of 303.29º 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 #FE23F2 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 242 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.00 |
| HSL | 303.29º | 0.99% | 0.57% | - |
| HSV(B) | 303.29º | 0.86% | 1% | - |
| XYZ | 57.5 | 28.68 | 86.51 | - |
| YUV | 124.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 242 | 0 | 0.86 | 0.05 | 0.00 | 303.29 | 0.99 | 0.57 |
| Hex | FE | 23 | F2 | 0 | 56 | 5 | 0 | 12F | 63 | 39 |
| Octal | 376 | 43 | 362 | 0 | 126 | 5 | 0 | 457 | 143 | 71 |
| Binary | 11111110 | 100011 | 11110010 | 0 | 1010110 | 101 | 0 | 100101111 | 1100011 | 111001 |
Color Harmonies of #FE23F2
Complementary color
Monochromatic Colors of #FE23F2
Black with #FE23F2
Text Example
Text Example
White with #FE23F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23F2; }
p { color: rgb(254,35,242); }
H1.HeaderClassName
{
color: #FE23F2;
}
.AnyTagClassName
{
color: #FE23F2;
}
</style>
background-color css
<style>
a { background-color: #FE23F2; }
a { background-color: rgb(254,35,242); }
div.DivClassName
{
background-color: #FE23F2;
}
.BgClassName
{
background-color: #FE23F2;
}
</style>
border-color css
<style>
span { border-color: #FE23F2; }
span { border-color: rgb(254,35,242); }
td.TdClassName
{
border-color: #FE23F2;
}
.TagClassName
{
border-color: #FE23F2;
}
</style>