#FA49E4

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

Shades of Free Speech Magenta #FA49E4

Tints of Free Speech Magenta #FA49E4

Color information

#FA49E4 (or 0xFA49E4) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 49 and E4. RGB value is (250,73,228). Sum of RGB (Red+Green+Blue) = 250+73+228=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 73 (28.91% from 255 or 13.25% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA49E4 is #05B61B. Grayscale: #8F8F8F. Windows color (decimal): -374300 or 14961146. OLE color: 14961146.

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

Color convert

RGB25073228-
CMYK00.710.090.02
HSL307.46º94.65%63.33%-
HSV(B)307.46º70.8%98.04%-
XYZ55.8130.6976.38-
YUV143.59175.64203.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 73 (28.91% from 255) = 13.25%
BLUE value IS 228 (89.45% from 255) = 41.38%
R=45.37%
G=13.25%
B=41.38%

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
Decimal2507322800.710.090.02307.4694.6563.33
HexFA49E4047921335f3f
Octal372111344010711246313777
Binary11111010100100111100100010001111001101001100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49E4; }

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

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

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

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

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

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

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

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