#FA13F9

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

Shades of Magenta #FA13F9

Tints of Magenta #FA13F9

Color information

#FA13F9 (or 0xFA13F9) is unknown color: approx Magenta. HEX triplet: FA, 13 and F9. RGB value is (250,19,249). Sum of RGB (Red+Green+Blue) = 250+19+249=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 19 (7.81% from 255 or 3.67% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13F9 is #05EC06. Grayscale: #717171. Windows color (decimal): -388103 or 16323578. OLE color: 16323578.

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

Color convert

RGB25019249-
CMYK00.920.000.02
HSL300.26º95.85%52.75%-
HSV(B)300.26º92.4%98.04%-
XYZ56.7627.6391.96-
YUV114.29204.03224.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 19 (7.81% from 255) = 3.67%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=48.26%
G=3.67%
B=48.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501924900.920.000.02300.2695.8552.75
HexFA13F905C0212c6035
Octal3722337101340245414065
Binary111110101001111111001010111000101001011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA13F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA13F9; }

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

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

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

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

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

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

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

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