Shades of Magenta #FE05F7
Tints of Magenta #FE05F7
RGB
CMYK
RGB Variations
Color information
#FE05F7 (or 0xFE05F7) is known color: Magenta. HEX triplet: FE, 05 and F7. RGB value is (254,5,247). Sum of RGB (Red+Green+Blue) = 254+5+247=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 5 (2.34% from 255 or 0.99% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05F7 is #01FA08. Grayscale: #6A6A6A. Windows color (decimal): -129545 or 16188926. OLE color: 16188926.
HSL color Cylindrical-coordinate representation of color #FE05F7: hue angle of 301.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05F7 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 247 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.00 |
| HSL | 301.69º | 0.99% | 0.51% | - |
| HSV(B) | 301.69º | 0.98% | 1% | - |
| XYZ | 57.72 | 27.89 | 90.34 | - |
| YUV | 107.04 | 206.99 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 247 | 0 | 0.98 | 0.03 | 0.00 | 301.69 | 0.99 | 0.51 |
| Hex | FE | 5 | F7 | 0 | 62 | 3 | 0 | 12E | 63 | 33 |
| Octal | 376 | 5 | 367 | 0 | 142 | 3 | 0 | 456 | 143 | 63 |
| Binary | 11111110 | 101 | 11110111 | 0 | 1100010 | 11 | 0 | 100101110 | 1100011 | 110011 |
Color Harmonies of #FE05F7
Complementary color
Monochromatic Colors of #FE05F7
Black with #FE05F7
Text Example
Text Example
White with #FE05F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05F7; }
p { color: rgb(254,5,247); }
H1.HeaderClassName
{
color: #FE05F7;
}
.AnyTagClassName
{
color: #FE05F7;
}
</style>
background-color css
<style>
a { background-color: #FE05F7; }
a { background-color: rgb(254,5,247); }
div.DivClassName
{
background-color: #FE05F7;
}
.BgClassName
{
background-color: #FE05F7;
}
</style>
border-color css
<style>
span { border-color: #FE05F7; }
span { border-color: rgb(254,5,247); }
td.TdClassName
{
border-color: #FE05F7;
}
.TagClassName
{
border-color: #FE05F7;
}
</style>