#F515FA

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

Shades of Magenta #F515FA

Tints of Magenta #F515FA

Color information

#F515FA (or 0xF515FA) is unknown color: approx Magenta. HEX triplet: F5, 15 and FA. RGB value is (245,21,250). Sum of RGB (Red+Green+Blue) = 245+21+250=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 21 (8.59% from 255 or 4.07% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #F515FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FA is #0AEA05. Grayscale: #717171. Windows color (decimal): -715270 or 16389621. OLE color: 16389621.

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

Color convert

RGB24521250-
CMYK0.020.9200.02
HSL298.69º95.82%53.14%-
HSV(B)298.69º91.6%98.04%-
XYZ55.1826.8592.72-
YUV114.08204.71221.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.48%
GREEN value IS 21 (8.59% from 255) = 4.07%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=47.48%
G=4.07%
B=48.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245212500.020.9200.02298.6995.8253.14
HexF515FA25C0212b6035
Octal3652537221340245314065
Binary1111010110101111110101010111000101001010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F515FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F515FA; }

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

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

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

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

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

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

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

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