#FA15F6

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

Shades of Magenta #FA15F6

Tints of Magenta #FA15F6

Color information

#FA15F6 (or 0xFA15F6) is unknown color: approx Magenta. HEX triplet: FA, 15 and F6. RGB value is (250,21,246). Sum of RGB (Red+Green+Blue) = 250+21+246=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 21 (8.59% from 255 or 4.06% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15F6 is #05EA09. Grayscale: #727272. Windows color (decimal): -387594 or 16127482. OLE color: 16127482.

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

Color convert

RGB25021246-
CMYK00.920.020.02
HSL301.05º95.82%53.14%-
HSV(B)301.05º91.6%98.04%-
XYZ56.3327.5189.53-
YUV115.12201.87224.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502124600.920.020.02301.0595.8253.14
HexFA15F605C2212d6035
Octal3722536601342245514065
Binary1111101010101111101100101110010101001011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA15F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA15F6; }

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

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

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

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

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

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

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

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