#FA49E3

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

Shades of Free Speech Magenta #FA49E3

Tints of Free Speech Magenta #FA49E3

Color information

#FA49E3 (or 0xFA49E3) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 49 and E3. RGB value is (250,73,227). Sum of RGB (Red+Green+Blue) = 250+73+227=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49E3 is #05B61C. Grayscale: #8F8F8F. Windows color (decimal): -374301 or 14895610. OLE color: 14895610.

HSL color Cylindrical-coordinate representation of color #FA49E3: hue angle of 307.8º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49E3 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB25073227-
CMYK00.710.090.02
HSL307.8º94.65%63.33%-
HSV(B)307.8º70.8%98.04%-
XYZ55.6730.6475.65-
YUV143.48175.14203.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 73 (28.91% from 255) = 13.27%
BLUE value IS 227 (89.06% from 255) = 41.27%
R=45.45%
G=13.27%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507322700.710.090.02307.894.6563.33
HexFA49E3047921345f3f
Octal372111343010711246413777
Binary11111010100100111100011010001111001101001101001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49E3; }

 p { color: rgb(250,73,227); }

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

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

 a { background-color: rgb(250,73,227); }

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

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

 span { border-color: rgb(250,73,227); }

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