#F41EF2

Color #F41EF2 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F41EF2

Tints of Magenta #F41EF2

Color information

#F41EF2 (or 0xF41EF2) is unknown color: approx Magenta. HEX triplet: F4, 1E and F2. RGB value is (244,30,242). Sum of RGB (Red+Green+Blue) = 244+30+242=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 30 (12.11% from 255 or 5.81% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41EF2 is #0BE10D. Grayscale: #757575. Windows color (decimal): -778510 or 15867636. OLE color: 15867636.

HSL color Cylindrical-coordinate representation of color #F41EF2: hue angle of 300.56º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EF2 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB24430242-
CMYK00.880.010.04
HSL300.56º90.68%53.73%-
HSV(B)300.56º87.7%95.69%-
XYZ53.826.5786.3-
YUV118.15197.9217.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 47.29%
GREEN value IS 30 (12.11% from 255) = 5.81%
BLUE value IS 242 (94.92% from 255) = 46.90%
R=47.29%
G=5.81%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443024200.880.010.04300.5690.6853.73
HexF41EF20581412d5b36
Octal3643636201301445513366
Binary1111010011110111100100101100011001001011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41EF2; }

 p { color: rgb(244,30,242); }

 H1.HeaderClassName
 {
   color: #F41EF2;
 }
 .AnyTagClassName
 {
   color: #F41EF2;
 }
</style>
background-color css

<style>
 a { background-color: #F41EF2; }

 a { background-color: rgb(244,30,242); }

 div.DivClassName
 {
   background-color: #F41EF2;
 }
 .BgClassName
 {
   background-color: #F41EF2;
 }
</style>
border-color css

<style>
 span { border-color: #F41EF2; }

 span { border-color: rgb(244,30,242); }

 td.TdClassName
 {
   border-color: #F41EF2;
 }
 .TagClassName
 {
   border-color: #F41EF2;
 }
</style>