#F512EC

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

Shades of Magenta #F512EC

Tints of Magenta #F512EC

Color information

#F512EC (or 0xF512EC) is unknown color: approx Magenta. HEX triplet: F5, 12 and EC. RGB value is (245,18,236). Sum of RGB (Red+Green+Blue) = 245+18+236=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F512EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F512EC is #0AED13. Grayscale: #6E6E6E. Windows color (decimal): -716052 or 15471349. OLE color: 15471349.

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

Color convert

RGB24518236-
CMYK00.930.040.04
HSL302.38º91.9%51.57%-
HSV(B)302.38º92.65%96.08%-
XYZ53.0125.981.56-
YUV110.72198.71223.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 18 (7.42% from 255) = 3.61%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=49.10%
G=3.61%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451823600.930.040.04302.3891.951.57
HexF512EC05D4412e5c34
Octal3652235401354445613464
Binary111101011001011101100010111011001001001011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F512EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F512EC; }

 p { color: rgb(245,18,236); }

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

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

 a { background-color: rgb(245,18,236); }

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

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

 span { border-color: rgb(245,18,236); }

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