Shades of Magenta #FE05F8
Tints of Magenta #FE05F8
RGB
CMYK
RGB Variations
Color information
#FE05F8 (or 0xFE05F8) is known color: Magenta. HEX triplet: FE, 05 and F8. RGB value is (254,5,248). Sum of RGB (Red+Green+Blue) = 254+5+248=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 5 (2.34% from 255 or 0.99% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05F8 is #01FA07. Grayscale: #6A6A6A. Windows color (decimal): -129544 or 16254462. OLE color: 16254462.
HSL color Cylindrical-coordinate representation of color #FE05F8: hue angle of 301.45º 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 #FE05F8 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 248 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.00 |
| HSL | 301.45º | 0.99% | 0.51% | - |
| HSV(B) | 301.45º | 0.98% | 1% | - |
| XYZ | 57.87 | 27.96 | 91.15 | - |
| YUV | 107.15 | 207.49 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 248 | 0 | 0.98 | 0.02 | 0.00 | 301.45 | 0.99 | 0.51 |
| Hex | FE | 5 | F8 | 0 | 62 | 2 | 0 | 12D | 63 | 33 |
| Octal | 376 | 5 | 370 | 0 | 142 | 2 | 0 | 455 | 143 | 63 |
| Binary | 11111110 | 101 | 11111000 | 0 | 1100010 | 10 | 0 | 100101101 | 1100011 | 110011 |
Color Harmonies of #FE05F8
Complementary color
Monochromatic Colors of #FE05F8
Black with #FE05F8
Text Example
Text Example
White with #FE05F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05F8; }
p { color: rgb(254,5,248); }
H1.HeaderClassName
{
color: #FE05F8;
}
.AnyTagClassName
{
color: #FE05F8;
}
</style>
background-color css
<style>
a { background-color: #FE05F8; }
a { background-color: rgb(254,5,248); }
div.DivClassName
{
background-color: #FE05F8;
}
.BgClassName
{
background-color: #FE05F8;
}
</style>
border-color css
<style>
span { border-color: #FE05F8; }
span { border-color: rgb(254,5,248); }
td.TdClassName
{
border-color: #FE05F8;
}
.TagClassName
{
border-color: #FE05F8;
}
</style>