#F50EE0

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

Shades of Hot Magenta #F50EE0

Tints of Hot Magenta #F50EE0

Color information

#F50EE0 (or 0xF50EE0) is unknown color: approx Hot Magenta. HEX triplet: F5, 0E and E0. RGB value is (245,14,224). Sum of RGB (Red+Green+Blue) = 245+14+224=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50EE0 is #0AF11F. Grayscale: #6A6A6A. Windows color (decimal): -717088 or 14683893. OLE color: 14683893.

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

Color convert

RGB24514224-
CMYK00.940.090.04
HSL305.45º92.03%50.78%-
HSV(B)305.45º94.29%96.08%-
XYZ51.2725.1172.67-
YUV107.01194.03226.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 14 (5.86% from 255) = 2.90%
BLUE value IS 224 (87.89% from 255) = 46.38%
R=50.72%
G=2.90%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451422400.940.090.04305.4592.0350.78
HexF5EE005E941315c33
Octal36516340013611446113463
Binary111101011110111000000101111010011001001100011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50EE0; }

 p { color: rgb(245,14,224); }

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

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

 a { background-color: rgb(245,14,224); }

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

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

 span { border-color: rgb(245,14,224); }

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