#FA4DD9

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

Shades of Free Speech Magenta #FA4DD9

Tints of Free Speech Magenta #FA4DD9

Color information

#FA4DD9 (or 0xFA4DD9) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 4D and D9. RGB value is (250,77,217). Sum of RGB (Red+Green+Blue) = 250+77+217=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DD9 is #05B226. Grayscale: #909090. Windows color (decimal): -373287 or 14241274. OLE color: 14241274.

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

Color convert

RGB25077217-
CMYK00.690.130.02
HSL311.45º94.54%64.12%-
HSV(B)311.45º69.2%98.04%-
XYZ54.630.6468.68-
YUV144.69168.81203.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 77 (30.47% from 255) = 14.15%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=45.96%
G=14.15%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507721700.690.130.02311.4594.5464.12
HexFA4DD9045D21375f40
Octal3721153310105152467137100
Binary111110101001101110110010100010111011010011011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4DD9; }

 p { color: rgb(250,77,217); }

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

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

 a { background-color: rgb(250,77,217); }

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

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

 span { border-color: rgb(250,77,217); }

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