Shades of Magenta #EF02F9
Tints of Magenta #EF02F9
RGB
CMYK
RGB Variations
Color information
#EF02F9 (or 0xEF02F9) is known color: Magenta. HEX triplet: EF, 02 and F9. RGB value is (239,2,249). Sum of RGB (Red+Green+Blue) = 239+2+249=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF02F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02F9 is #10FD06. Grayscale: #646464. Windows color (decimal): -1113351 or 16319215. OLE color: 16319215.
HSL color Cylindrical-coordinate representation of color #EF02F9: hue angle of 297.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02F9 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 2 | 249 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.02 |
| HSL | 297.57º | 0.98% | 0.49% | - |
| HSV(B) | 297.57º | 0.99% | 0.98% | - |
| XYZ | 52.72 | 25.23 | 91.71 | - |
| YUV | 101.02 | 211.52 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 249 | 0.04 | 0.99 | 0 | 0.02 | 297.57 | 0.98 | 0.49 |
| Hex | EF | 2 | F9 | 4 | 63 | 0 | 2 | 12A | 62 | 31 |
| Octal | 357 | 2 | 371 | 4 | 143 | 0 | 2 | 452 | 142 | 61 |
| Binary | 11101111 | 10 | 11111001 | 100 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110001 |
Color Harmonies of #EF02F9
Complementary color
Monochromatic Colors of #EF02F9
Black with #EF02F9
Text Example
Text Example
White with #EF02F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02F9; }
p { color: rgb(239,2,249); }
H1.HeaderClassName
{
color: #EF02F9;
}
.AnyTagClassName
{
color: #EF02F9;
}
</style>
background-color css
<style>
a { background-color: #EF02F9; }
a { background-color: rgb(239,2,249); }
div.DivClassName
{
background-color: #EF02F9;
}
.BgClassName
{
background-color: #EF02F9;
}
</style>
border-color css
<style>
span { border-color: #EF02F9; }
span { border-color: rgb(239,2,249); }
td.TdClassName
{
border-color: #EF02F9;
}
.TagClassName
{
border-color: #EF02F9;
}
</style>