#FA18F5

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

Shades of Magenta #FA18F5

Tints of Magenta #FA18F5

Color information

#FA18F5 (or 0xFA18F5) is unknown color: approx Magenta. HEX triplet: FA, 18 and F5. RGB value is (250,24,245). Sum of RGB (Red+Green+Blue) = 250+24+245=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 24 (9.77% from 255 or 4.62% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA18F5 is #05E70A. Grayscale: #747474. Windows color (decimal): -386827 or 16062714. OLE color: 16062714.

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

Color convert

RGB25024245-
CMYK00.900.020.02
HSL301.33º95.76%53.73%-
HSV(B)301.33º90.4%98.04%-
XYZ56.2327.5788.74-
YUV116.77200.37223.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 24 (9.77% from 255) = 4.62%
BLUE value IS 245 (96.09% from 255) = 47.21%
R=48.17%
G=4.62%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502424500.900.020.02301.3395.7653.73
HexFA18F505A2212d6036
Octal3723036501322245514066
Binary1111101011000111101010101101010101001011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA18F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA18F5; }

 p { color: rgb(250,24,245); }

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

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

 a { background-color: rgb(250,24,245); }

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

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

 span { border-color: rgb(250,24,245); }

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