#FA53E7

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

Shades of Free Speech Magenta #FA53E7

Tints of Free Speech Magenta #FA53E7

Color information

#FA53E7 (or 0xFA53E7) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 53 and E7. RGB value is (250,83,231). Sum of RGB (Red+Green+Blue) = 250+83+231=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 83 (32.81% from 255 or 14.72% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53E7 is #05AC18. Grayscale: #959595. Windows color (decimal): -371737 or 15160314. OLE color: 15160314.

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

Color convert

RGB25083231-
CMYK00.670.080.02
HSL306.83º94.35%65.29%-
HSV(B)306.83º66.8%98.04%-
XYZ56.9432.2878.83-
YUV149.8173.83199.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 83 (32.81% from 255) = 14.72%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=44.33%
G=14.72%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508323100.670.080.02306.8394.3565.29
HexFA53E7043821335e41
Octal3721233470103102463136101
Binary111110101010011111001110100001110001010011001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA53E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA53E7; }

 p { color: rgb(250,83,231); }

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

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

 a { background-color: rgb(250,83,231); }

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

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

 span { border-color: rgb(250,83,231); }

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