Shades of Magenta #FE28F5
Tints of Magenta #FE28F5
RGB
CMYK
RGB Variations
Color information
#FE28F5 (or 0xFE28F5) is known color: Magenta. HEX triplet: FE, 28 and F5. RGB value is (254,40,245). Sum of RGB (Red+Green+Blue) = 254+40+245=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 40 (16.02% from 255 or 7.42% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28F5 is #01D70A. Grayscale: #7E7E7E. Windows color (decimal): -120587 or 16066814. OLE color: 16066814.
HSL color Cylindrical-coordinate representation of color #FE28F5: hue angle of 302.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28F5 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 245 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.00 |
| HSL | 302.52º | 0.99% | 0.58% | - |
| HSV(B) | 302.52º | 0.84% | 1% | - |
| XYZ | 58.11 | 29.18 | 88.96 | - |
| YUV | 127.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 245 | 0 | 0.84 | 0.04 | 0.00 | 302.52 | 0.99 | 0.58 |
| Hex | FE | 28 | F5 | 0 | 54 | 4 | 0 | 12F | 63 | 3A |
| Octal | 376 | 50 | 365 | 0 | 124 | 4 | 0 | 457 | 143 | 72 |
| Binary | 11111110 | 101000 | 11110101 | 0 | 1010100 | 100 | 0 | 100101111 | 1100011 | 111010 |
Color Harmonies of #FE28F5
Complementary color
Monochromatic Colors of #FE28F5
Black with #FE28F5
Text Example
Text Example
White with #FE28F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28F5; }
p { color: rgb(254,40,245); }
H1.HeaderClassName
{
color: #FE28F5;
}
.AnyTagClassName
{
color: #FE28F5;
}
</style>
background-color css
<style>
a { background-color: #FE28F5; }
a { background-color: rgb(254,40,245); }
div.DivClassName
{
background-color: #FE28F5;
}
.BgClassName
{
background-color: #FE28F5;
}
</style>
border-color css
<style>
span { border-color: #FE28F5; }
span { border-color: rgb(254,40,245); }
td.TdClassName
{
border-color: #FE28F5;
}
.TagClassName
{
border-color: #FE28F5;
}
</style>