Shades of Magenta #FE28F7
Tints of Magenta #FE28F7
RGB
CMYK
RGB Variations
Color information
#FE28F7 (or 0xFE28F7) is known color: Magenta. HEX triplet: FE, 28 and F7. RGB value is (254,40,247). Sum of RGB (Red+Green+Blue) = 254+40+247=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 40 (16.02% from 255 or 7.39% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE28F7 is #01D708. Grayscale: #7E7E7E. Windows color (decimal): -120585 or 16197886. OLE color: 16197886.
HSL color Cylindrical-coordinate representation of color #FE28F7: hue angle of 301.96º 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 #FE28F7 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 247 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.00 |
| HSL | 301.96º | 0.99% | 0.58% | - |
| HSV(B) | 301.96º | 0.84% | 1% | - |
| XYZ | 58.42 | 29.3 | 90.57 | - |
| YUV | 127.58 | 195.4 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 247 | 0 | 0.84 | 0.03 | 0.00 | 301.96 | 0.99 | 0.58 |
| Hex | FE | 28 | F7 | 0 | 54 | 3 | 0 | 12E | 63 | 3A |
| Octal | 376 | 50 | 367 | 0 | 124 | 3 | 0 | 456 | 143 | 72 |
| Binary | 11111110 | 101000 | 11110111 | 0 | 1010100 | 11 | 0 | 100101110 | 1100011 | 111010 |
Color Harmonies of #FE28F7
Complementary color
Monochromatic Colors of #FE28F7
Black with #FE28F7
Text Example
Text Example
White with #FE28F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28F7; }
p { color: rgb(254,40,247); }
H1.HeaderClassName
{
color: #FE28F7;
}
.AnyTagClassName
{
color: #FE28F7;
}
</style>
background-color css
<style>
a { background-color: #FE28F7; }
a { background-color: rgb(254,40,247); }
div.DivClassName
{
background-color: #FE28F7;
}
.BgClassName
{
background-color: #FE28F7;
}
</style>
border-color css
<style>
span { border-color: #FE28F7; }
span { border-color: rgb(254,40,247); }
td.TdClassName
{
border-color: #FE28F7;
}
.TagClassName
{
border-color: #FE28F7;
}
</style>