#F615FA

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

Shades of Magenta #F615FA

Tints of Magenta #F615FA

Color information

#F615FA (or 0xF615FA) is unknown color: approx Magenta. HEX triplet: F6, 15 and FA. RGB value is (246,21,250). Sum of RGB (Red+Green+Blue) = 246+21+250=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 21 (8.59% from 255 or 4.06% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #F615FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F615FA is #09EA05. Grayscale: #717171. Windows color (decimal): -649734 or 16389622. OLE color: 16389622.

HSL color Cylindrical-coordinate representation of color #F615FA: hue angle of 298.95º 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 #F615FA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24621250-
CMYK0.020.9200.02
HSL298.95º95.82%53.14%-
HSV(B)298.95º91.6%98.04%-
XYZ55.5327.0392.73-
YUV114.38204.54221.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 21 (8.59% from 255) = 4.06%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=47.58%
G=4.06%
B=48.36%

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
Decimal246212500.020.9200.02298.9595.8253.14
HexF615FA25C0212b6035
Octal3662537221340245314065
Binary1111011010101111110101010111000101001010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F615FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F615FA; }

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

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

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

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

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

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

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

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