#FA1DF5

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

Shades of Magenta #FA1DF5

Tints of Magenta #FA1DF5

Color information

#FA1DF5 (or 0xFA1DF5) is unknown color: approx Magenta. HEX triplet: FA, 1D and F5. RGB value is (250,29,245). Sum of RGB (Red+Green+Blue) = 250+29+245=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 29 (11.72% from 255 or 5.53% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DF5 is #05E20A. Grayscale: #777777. Windows color (decimal): -385547 or 16063994. OLE color: 16063994.

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

Color convert

RGB25029245-
CMYK00.880.020.02
HSL301.36º95.67%54.71%-
HSV(B)301.36º88.4%98.04%-
XYZ56.3527.888.78-
YUV119.7198.72220.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 29 (11.72% from 255) = 5.53%
BLUE value IS 245 (96.09% from 255) = 46.76%
R=47.71%
G=5.53%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502924500.880.020.02301.3695.6754.71
HexFA1DF50582212d6037
Octal3723536501302245514067
Binary1111101011101111101010101100010101001011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1DF5; }

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

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

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

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

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

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

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

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