#FA01F7

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

Shades of Magenta #FA01F7

Tints of Magenta #FA01F7

Color information

#FA01F7 (or 0xFA01F7) is unknown color: approx Magenta. HEX triplet: FA, 01 and F7. RGB value is (250,1,247). Sum of RGB (Red+Green+Blue) = 250+1+247=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 1 (0.78% from 255 or 0.20% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01F7 is #05FE08. Grayscale: #666666. Windows color (decimal): -392713 or 16187898. OLE color: 16187898.

HSL color Cylindrical-coordinate representation of color #FA01F7: hue angle of 300.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01F7 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB2501247-
CMYK01.000.010.02
HSL300.72º99.2%49.22%-
HSV(B)300.72º99.6%98.04%-
XYZ56.2227.0690.26-
YUV103.5208.99232.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 1 (0.78% from 255) = 0.20%
BLUE value IS 247 (96.88% from 255) = 49.60%
R=50.20%
G=0.20%
B=49.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250124701.000.010.02300.7299.249.22
HexFA1F70641212d6331
Octal372136701441245514361
Binary11111010111110111011001001101001011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA01F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA01F7; }

 p { color: rgb(250,1,247); }

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

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

 a { background-color: rgb(250,1,247); }

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

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

 span { border-color: rgb(250,1,247); }

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