Shades of Magenta #EF16FC
Tints of Magenta #EF16FC
RGB
CMYK
RGB Variations
Color information
#EF16FC (or 0xEF16FC) is known color: Magenta. HEX triplet: EF, 16 and FC. RGB value is (239,22,252). Sum of RGB (Red+Green+Blue) = 239+22+252=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF16FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16FC is #10E903. Grayscale: #707070. Windows color (decimal): -1108228 or 16520943. OLE color: 16520943.
HSL color Cylindrical-coordinate representation of color #EF16FC: hue angle of 296.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16FC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 22 | 252 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.01 |
| HSL | 296.61º | 0.97% | 0.54% | - |
| HSV(B) | 296.61º | 0.91% | 0.99% | - |
| XYZ | 53.45 | 25.95 | 94.29 | - |
| YUV | 113.1 | 206.39 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 252 | 0.05 | 0.91 | 0 | 0.01 | 296.61 | 0.97 | 0.54 |
| Hex | EF | 16 | FC | 5 | 5B | 0 | 1 | 129 | 61 | 36 |
| Octal | 357 | 26 | 374 | 5 | 133 | 0 | 1 | 451 | 141 | 66 |
| Binary | 11101111 | 10110 | 11111100 | 101 | 1011011 | 0 | 1 | 100101001 | 1100001 | 110110 |
Color Harmonies of #EF16FC
Complementary color
Monochromatic Colors of #EF16FC
Black with #EF16FC
Text Example
Text Example
White with #EF16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16FC; }
p { color: rgb(239,22,252); }
H1.HeaderClassName
{
color: #EF16FC;
}
.AnyTagClassName
{
color: #EF16FC;
}
</style>
background-color css
<style>
a { background-color: #EF16FC; }
a { background-color: rgb(239,22,252); }
div.DivClassName
{
background-color: #EF16FC;
}
.BgClassName
{
background-color: #EF16FC;
}
</style>
border-color css
<style>
span { border-color: #EF16FC; }
span { border-color: rgb(239,22,252); }
td.TdClassName
{
border-color: #EF16FC;
}
.TagClassName
{
border-color: #EF16FC;
}
</style>