Shades of Magenta #FE10F4
Tints of Magenta #FE10F4
RGB
CMYK
RGB Variations
Color information
#FE10F4 (or 0xFE10F4) is known color: Magenta. HEX triplet: FE, 10 and F4. RGB value is (254,16,244). Sum of RGB (Red+Green+Blue) = 254+16+244=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 16 (6.64% from 255 or 3.11% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10F4 is #01EF0B. Grayscale: #707070. Windows color (decimal): -126732 or 15995134. OLE color: 15995134.
HSL color Cylindrical-coordinate representation of color #FE10F4: hue angle of 302.52º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10F4 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 244 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.00 |
| HSL | 302.52º | 0.99% | 0.53% | - |
| HSV(B) | 302.52º | 0.94% | 1% | - |
| XYZ | 57.39 | 27.97 | 87.96 | - |
| YUV | 113.15 | 201.85 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 244 | 0 | 0.94 | 0.04 | 0.00 | 302.52 | 0.99 | 0.53 |
| Hex | FE | 10 | F4 | 0 | 5E | 4 | 0 | 12F | 63 | 35 |
| Octal | 376 | 20 | 364 | 0 | 136 | 4 | 0 | 457 | 143 | 65 |
| Binary | 11111110 | 10000 | 11110100 | 0 | 1011110 | 100 | 0 | 100101111 | 1100011 | 110101 |
Color Harmonies of #FE10F4
Complementary color
Monochromatic Colors of #FE10F4
Black with #FE10F4
Text Example
Text Example
White with #FE10F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10F4; }
p { color: rgb(254,16,244); }
H1.HeaderClassName
{
color: #FE10F4;
}
.AnyTagClassName
{
color: #FE10F4;
}
</style>
background-color css
<style>
a { background-color: #FE10F4; }
a { background-color: rgb(254,16,244); }
div.DivClassName
{
background-color: #FE10F4;
}
.BgClassName
{
background-color: #FE10F4;
}
</style>
border-color css
<style>
span { border-color: #FE10F4; }
span { border-color: rgb(254,16,244); }
td.TdClassName
{
border-color: #FE10F4;
}
.TagClassName
{
border-color: #FE10F4;
}
</style>