Shades of Magenta #FE16F3
Tints of Magenta #FE16F3
RGB
CMYK
RGB Variations
Color information
#FE16F3 (or 0xFE16F3) is known color: Magenta. HEX triplet: FE, 16 and F3. RGB value is (254,22,243). Sum of RGB (Red+Green+Blue) = 254+22+243=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 22 (8.98% from 255 or 4.24% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16F3 is #01E90C. Grayscale: #737373. Windows color (decimal): -125197 or 15931134. OLE color: 15931134.
HSL color Cylindrical-coordinate representation of color #FE16F3: hue angle of 302.84º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE16F3 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 243 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.00 |
| HSL | 302.84º | 0.99% | 0.54% | - |
| HSV(B) | 302.84º | 0.91% | 1% | - |
| XYZ | 57.34 | 28.12 | 87.2 | - |
| YUV | 116.56 | 199.36 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 243 | 0 | 0.91 | 0.04 | 0.00 | 302.84 | 0.99 | 0.54 |
| Hex | FE | 16 | F3 | 0 | 5B | 4 | 0 | 12F | 63 | 36 |
| Octal | 376 | 26 | 363 | 0 | 133 | 4 | 0 | 457 | 143 | 66 |
| Binary | 11111110 | 10110 | 11110011 | 0 | 1011011 | 100 | 0 | 100101111 | 1100011 | 110110 |
Color Harmonies of #FE16F3
Complementary color
Monochromatic Colors of #FE16F3
Black with #FE16F3
Text Example
Text Example
White with #FE16F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16F3; }
p { color: rgb(254,22,243); }
H1.HeaderClassName
{
color: #FE16F3;
}
.AnyTagClassName
{
color: #FE16F3;
}
</style>
background-color css
<style>
a { background-color: #FE16F3; }
a { background-color: rgb(254,22,243); }
div.DivClassName
{
background-color: #FE16F3;
}
.BgClassName
{
background-color: #FE16F3;
}
</style>
border-color css
<style>
span { border-color: #FE16F3; }
span { border-color: rgb(254,22,243); }
td.TdClassName
{
border-color: #FE16F3;
}
.TagClassName
{
border-color: #FE16F3;
}
</style>