#F61EF5

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

Shades of Magenta #F61EF5

Tints of Magenta #F61EF5

Color information

#F61EF5 (or 0xF61EF5) is unknown color: approx Magenta. HEX triplet: F6, 1E and F5. RGB value is (246,30,245). Sum of RGB (Red+Green+Blue) = 246+30+245=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 30 (12.11% from 255 or 5.76% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EF5 is #09E10A. Grayscale: #767676. Windows color (decimal): -647435 or 16064246. OLE color: 16064246.

HSL color Cylindrical-coordinate representation of color #F61EF5: hue angle of 300.28º degrees, saturation: 0.92, 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 #F61EF5 is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB24630245-
CMYK00.880.000.04
HSL300.28º92.31%54.12%-
HSV(B)300.28º87.8%96.47%-
XYZ54.9527.1188.72-
YUV119.09199.06218.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 30 (12.11% from 255) = 5.76%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=47.22%
G=5.76%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2463024500.880.000.04300.2892.3154.12
HexF61EF50580412c5c36
Octal3663636501300445413466
Binary1111011011110111101010101100001001001011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61EF5; }

 p { color: rgb(246,30,245); }

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

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

 a { background-color: rgb(246,30,245); }

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

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

 span { border-color: rgb(246,30,245); }

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