#FA13F8

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

Shades of Magenta #FA13F8

Tints of Magenta #FA13F8

Color information

#FA13F8 (or 0xFA13F8) is unknown color: approx Magenta. HEX triplet: FA, 13 and F8. RGB value is (250,19,248). Sum of RGB (Red+Green+Blue) = 250+19+248=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 19 (7.81% from 255 or 3.68% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13F8 is #05EC07. Grayscale: #717171. Windows color (decimal): -388104 or 16258042. OLE color: 16258042.

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

Color convert

RGB25019248-
CMYK00.920.010.02
HSL300.52º95.85%52.75%-
HSV(B)300.52º92.4%98.04%-
XYZ56.627.5791.14-
YUV114.18203.53224.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 19 (7.81% from 255) = 3.68%
BLUE value IS 248 (97.27% from 255) = 47.97%
R=48.36%
G=3.68%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501924800.920.010.02300.5295.8552.75
HexFA13F805C1212d6035
Octal3722337001341245514065
Binary111110101001111111000010111001101001011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA13F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA13F8; }

 p { color: rgb(250,19,248); }

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

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

 a { background-color: rgb(250,19,248); }

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

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

 span { border-color: rgb(250,19,248); }

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