#F40AE9

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

Shades of Magenta #F40AE9

Tints of Magenta #F40AE9

Color information

#F40AE9 (or 0xF40AE9) is unknown color: approx Magenta. HEX triplet: F4, 0A and E9. RGB value is (244,10,233). Sum of RGB (Red+Green+Blue) = 244+10+233=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 10 (4.30% from 255 or 2.05% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40AE9 is #0BF516. Grayscale: #686868. Windows color (decimal): -783639 or 15272692. OLE color: 15272692.

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

Color convert

RGB24410233-
CMYK00.960.050.04
HSL302.82º92.13%49.8%-
HSV(B)302.82º95.9%95.69%-
XYZ52.1225.3379.23-
YUV105.39200.02226.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.10%
GREEN value IS 10 (4.30% from 255) = 2.05%
BLUE value IS 233 (91.41% from 255) = 47.84%
R=50.10%
G=2.05%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441023300.960.050.04302.8292.1349.8
HexF4AE90605412f5c32
Octal3641235101405445713462
Binary11110100101011101001011000001011001001011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40AE9; }

 p { color: rgb(244,10,233); }

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

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

 a { background-color: rgb(244,10,233); }

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

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

 span { border-color: rgb(244,10,233); }

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