Shades of Magenta #FE05F2
Tints of Magenta #FE05F2
RGB
CMYK
RGB Variations
Color information
#FE05F2 (or 0xFE05F2) is known color: Magenta. HEX triplet: FE, 05 and F2. RGB value is (254,5,242). Sum of RGB (Red+Green+Blue) = 254+5+242=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 5 (2.34% from 255 or 1.00% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05F2 is #01FA0D. Grayscale: #696969. Windows color (decimal): -129550 or 15861246. OLE color: 15861246.
HSL color Cylindrical-coordinate representation of color #FE05F2: hue angle of 302.89º 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 #FE05F2 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 242 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.00 |
| HSL | 302.89º | 0.99% | 0.51% | - |
| HSV(B) | 302.89º | 0.98% | 1% | - |
| XYZ | 56.95 | 27.59 | 86.33 | - |
| YUV | 106.47 | 204.49 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 242 | 0 | 0.98 | 0.05 | 0.00 | 302.89 | 0.99 | 0.51 |
| Hex | FE | 5 | F2 | 0 | 62 | 5 | 0 | 12F | 63 | 33 |
| Octal | 376 | 5 | 362 | 0 | 142 | 5 | 0 | 457 | 143 | 63 |
| Binary | 11111110 | 101 | 11110010 | 0 | 1100010 | 101 | 0 | 100101111 | 1100011 | 110011 |
Color Harmonies of #FE05F2
Complementary color
Monochromatic Colors of #FE05F2
Black with #FE05F2
Text Example
Text Example
White with #FE05F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05F2; }
p { color: rgb(254,5,242); }
H1.HeaderClassName
{
color: #FE05F2;
}
.AnyTagClassName
{
color: #FE05F2;
}
</style>
background-color css
<style>
a { background-color: #FE05F2; }
a { background-color: rgb(254,5,242); }
div.DivClassName
{
background-color: #FE05F2;
}
.BgClassName
{
background-color: #FE05F2;
}
</style>
border-color css
<style>
span { border-color: #FE05F2; }
span { border-color: rgb(254,5,242); }
td.TdClassName
{
border-color: #FE05F2;
}
.TagClassName
{
border-color: #FE05F2;
}
</style>