#FA19EA

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

Shades of Magenta #FA19EA

Tints of Magenta #FA19EA

Color information

#FA19EA (or 0xFA19EA) is unknown color: approx Magenta. HEX triplet: FA, 19 and EA. RGB value is (250,25,234). Sum of RGB (Red+Green+Blue) = 250+25+234=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19EA is #05E615. Grayscale: #737373. Windows color (decimal): -386582 or 15342074. OLE color: 15342074.

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

Color convert

RGB25025234-
CMYK00.90.060.02
HSL304.27º95.74%53.92%-
HSV(B)304.27º90%98.04%-
XYZ54.6226.9680.17-
YUV116.1194.54223.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 25 (10.16% from 255) = 4.91%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=49.12%
G=4.91%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502523400.90.060.02304.2795.7453.92
HexFA19EA05A621306036
Octal3723135201326246014066
Binary11111010110011110101001011010110101001100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA19EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA19EA; }

 p { color: rgb(250,25,234); }

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

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

 a { background-color: rgb(250,25,234); }

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

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

 span { border-color: rgb(250,25,234); }

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