#FA5FE5

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

Shades of Free Speech Magenta #FA5FE5

Tints of Free Speech Magenta #FA5FE5

Color information

#FA5FE5 (or 0xFA5FE5) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 5F and E5. RGB value is (250,95,229). Sum of RGB (Red+Green+Blue) = 250+95+229=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FE5 is #05A01A. Grayscale: #9C9C9C. Windows color (decimal): -368667 or 15032314. OLE color: 15032314.

HSL color Cylindrical-coordinate representation of color #FA5FE5: hue angle of 308.13º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FE5 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB25095229-
CMYK00.620.080.02
HSL308.13º93.94%67.65%-
HSV(B)308.13º62%98.04%-
XYZ57.6634.1777.68-
YUV156.62168.85194.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 95 (37.5% from 255) = 16.55%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=43.55%
G=16.55%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509522900.620.080.02308.1393.9467.65
HexFA5FE503E821345e44
Octal372137345076102464136104
Binary11111010101111111100101011111010001010011010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FE5; }

 p { color: rgb(250,95,229); }

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

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

 a { background-color: rgb(250,95,229); }

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

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

 span { border-color: rgb(250,95,229); }

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