#F518FA

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

Shades of Magenta #F518FA

Tints of Magenta #F518FA

Color information

#F518FA (or 0xF518FA) is unknown color: approx Magenta. HEX triplet: F5, 18 and FA. RGB value is (245,24,250). Sum of RGB (Red+Green+Blue) = 245+24+250=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 24 (9.77% from 255 or 4.62% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #F518FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F518FA is #0AE705. Grayscale: #737373. Windows color (decimal): -714502 or 16390389. OLE color: 16390389.

HSL color Cylindrical-coordinate representation of color #F518FA: hue angle of 298.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F518FA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24524250-
CMYK0.020.9000.02
HSL298.67º95.76%53.73%-
HSV(B)298.67º90.4%98.04%-
XYZ55.2426.9792.74-
YUV115.84203.72220.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 24 (9.77% from 255) = 4.62%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=47.21%
G=4.62%
B=48.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245242500.020.9000.02298.6795.7653.73
HexF518FA25A0212b6036
Octal3653037221320245314066
Binary1111010111000111110101010110100101001010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F518FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F518FA; }

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

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

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

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

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

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

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

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