#F014E9

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

Shades of Magenta #F014E9

Tints of Magenta #F014E9

Color information

#F014E9 (or 0xF014E9) is unknown color: approx Magenta. HEX triplet: F0, 14 and E9. RGB value is (240,20,233). Sum of RGB (Red+Green+Blue) = 240+20+233=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F014E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014E9 is #0FEB16. Grayscale: #6D6D6D. Windows color (decimal): -1043223 or 15275248. OLE color: 15275248.

HSL color Cylindrical-coordinate representation of color #F014E9: hue angle of 301.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014E9 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB24020233-
CMYK00.920.030.06
HSL301.91º88%50.98%-
HSV(B)301.91º91.67%94.12%-
XYZ50.8924.9179.22-
YUV110.06197.39220.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.68%
GREEN value IS 20 (8.20% from 255) = 4.06%
BLUE value IS 233 (91.41% from 255) = 47.26%
R=48.68%
G=4.06%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402023300.920.030.06301.918850.98
HexF014E905C3612e5833
Octal3602435101343645613063
Binary11110000101001110100101011100111101001011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F014E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F014E9; }

 p { color: rgb(240,20,233); }

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

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

 a { background-color: rgb(240,20,233); }

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

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

 span { border-color: rgb(240,20,233); }

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