#FA57D4

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

Shades of Free Speech Magenta #FA57D4

Tints of Free Speech Magenta #FA57D4

Color information

#FA57D4 (or 0xFA57D4) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 57 and D4. RGB value is (250,87,212). Sum of RGB (Red+Green+Blue) = 250+87+212=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57D4 is #05A82B. Grayscale: #959595. Windows color (decimal): -370732 or 13916154. OLE color: 13916154.

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

Color convert

RGB25087212-
CMYK00.650.150.02
HSL313.99º94.22%66.08%-
HSV(B)313.99º65.2%98.04%-
XYZ54.7231.8965.56-
YUV149.99163199.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 87 (34.38% from 255) = 15.85%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=45.54%
G=15.85%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508721200.650.150.02313.9994.2266.08
HexFA57D4041F213a5e42
Octal3721273240101172472136102
Binary111110101010111110101000100000111111010011101010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA57D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA57D4; }

 p { color: rgb(250,87,212); }

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

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

 a { background-color: rgb(250,87,212); }

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

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

 span { border-color: rgb(250,87,212); }

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