#FA19EB

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

Shades of Magenta #FA19EB

Tints of Magenta #FA19EB

Color information

#FA19EB (or 0xFA19EB) is unknown color: approx Magenta. HEX triplet: FA, 19 and EB. RGB value is (250,25,235). Sum of RGB (Red+Green+Blue) = 250+25+235=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 25 (10.16% from 255 or 4.90% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA19EB is #05E614. Grayscale: #737373. Windows color (decimal): -386581 or 15407610. OLE color: 15407610.

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

Color convert

RGB25025235-
CMYK00.90.060.02
HSL304º95.74%53.92%-
HSV(B)304º90%98.04%-
XYZ54.7727.0280.93-
YUV116.22195.04223.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 25 (10.16% from 255) = 4.90%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=49.02%
G=4.90%
B=46.08%

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
Decimal2502523500.90.060.0230495.7453.92
HexFA19EB05A621306036
Octal3723135301326246014066
Binary11111010110011110101101011010110101001100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA19EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA19EB; }

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

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

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

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

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

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

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

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