#F61EF2

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

Shades of Magenta #F61EF2

Tints of Magenta #F61EF2

Color information

#F61EF2 (or 0xF61EF2) is unknown color: approx Magenta. HEX triplet: F6, 1E and F2. RGB value is (246,30,242). Sum of RGB (Red+Green+Blue) = 246+30+242=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61EF2 is #09E10D. Grayscale: #767676. Windows color (decimal): -647438 or 15867638. OLE color: 15867638.

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

Color convert

RGB24630242-
CMYK00.880.020.04
HSL301.11º92.31%54.12%-
HSV(B)301.11º87.8%96.47%-
XYZ54.526.9386.33-
YUV118.75197.56218.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 30 (12.11% from 255) = 5.79%
BLUE value IS 242 (94.92% from 255) = 46.72%
R=47.49%
G=5.79%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2463024200.880.020.04301.1192.3154.12
HexF61EF20582412d5c36
Octal3663636201302445513466
Binary11110110111101111001001011000101001001011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61EF2; }

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

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

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

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

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

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

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

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