#F518DF

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

Shades of Hot Magenta #F518DF

Tints of Hot Magenta #F518DF

Color information

#F518DF (or 0xF518DF) is unknown color: approx Hot Magenta. HEX triplet: F5, 18 and DF. RGB value is (245,24,223). Sum of RGB (Red+Green+Blue) = 245+24+223=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F518DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518DF is #0AE720. Grayscale: #707070. Windows color (decimal): -714529 or 14620917. OLE color: 14620917.

HSL color Cylindrical-coordinate representation of color #F518DF: hue angle of 305.97º 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 #F518DF is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB24524223-
CMYK00.900.090.04
HSL305.97º91.7%52.75%-
HSV(B)305.97º90.2%96.08%-
XYZ51.325.3972.01-
YUV112.76190.22222.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.80%
GREEN value IS 24 (9.77% from 255) = 4.88%
BLUE value IS 223 (87.5% from 255) = 45.33%
R=49.80%
G=4.88%
B=45.33%

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
Decimal2452422300.900.090.04305.9791.752.75
HexF518DF05A941325c35
Octal36530337013211446213465
Binary1111010111000110111110101101010011001001100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F518DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F518DF; }

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

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

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

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

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

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

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

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