#FA4ED7

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

Shades of Free Speech Magenta #FA4ED7

Tints of Free Speech Magenta #FA4ED7

Color information

#FA4ED7 (or 0xFA4ED7) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 4E and D7. RGB value is (250,78,215). Sum of RGB (Red+Green+Blue) = 250+78+215=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4ED7 is #05B128. Grayscale: #909090. Windows color (decimal): -373033 or 14110458. OLE color: 14110458.

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

Color convert

RGB25078215-
CMYK00.690.140.02
HSL312.21º94.51%64.31%-
HSV(B)312.21º68.8%98.04%-
XYZ54.4130.6867.34-
YUV145.05167.48202.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 78 (30.86% from 255) = 14.36%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=46.04%
G=14.36%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507821500.690.140.02312.2194.5164.31
HexFA4ED7045E21385f40
Octal3721163270105162470137100
Binary111110101001110110101110100010111101010011100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4ED7; }

 p { color: rgb(250,78,215); }

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

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

 a { background-color: rgb(250,78,215); }

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

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

 span { border-color: rgb(250,78,215); }

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