#F615EC

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

Shades of Magenta #F615EC

Tints of Magenta #F615EC

Color information

#F615EC (or 0xF615EC) is unknown color: approx Magenta. HEX triplet: F6, 15 and EC. RGB value is (246,21,236). Sum of RGB (Red+Green+Blue) = 246+21+236=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F615EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F615EC is #09EA13. Grayscale: #707070. Windows color (decimal): -649748 or 15472118. OLE color: 15472118.

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

Color convert

RGB24621236-
CMYK00.910.040.04
HSL302.67º92.59%52.35%-
HSV(B)302.67º91.46%96.47%-
XYZ53.4126.1981.6-
YUV112.78197.54223.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 21 (8.59% from 255) = 4.17%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=48.91%
G=4.17%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462123600.910.040.04302.6792.5952.35
HexF615EC05B4412f5d34
Octal3662535401334445713564
Binary111101101010111101100010110111001001001011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F615EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F615EC; }

 p { color: rgb(246,21,236); }

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

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

 a { background-color: rgb(246,21,236); }

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

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

 span { border-color: rgb(246,21,236); }

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