#F518E0

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

Shades of Hot Magenta #F518E0

Tints of Hot Magenta #F518E0

Color information

#F518E0 (or 0xF518E0) is unknown color: approx Hot Magenta. HEX triplet: F5, 18 and E0. RGB value is (245,24,224). Sum of RGB (Red+Green+Blue) = 245+24+224=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F518E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518E0 is #0AE71F. Grayscale: #707070. Windows color (decimal): -714528 or 14686453. OLE color: 14686453.

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

Color convert

RGB24524224-
CMYK00.900.090.04
HSL305.7º91.7%52.75%-
HSV(B)305.7º90.2%96.08%-
XYZ51.4425.4572.72-
YUV112.88190.72222.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 24 (9.77% from 255) = 4.87%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=49.70%
G=4.87%
B=45.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452422400.900.090.04305.791.752.75
HexF518E005A941325c35
Octal36530340013211446213465
Binary1111010111000111000000101101010011001001100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F518E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F518E0; }

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

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

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

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

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

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

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

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