#FA56D6

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

Shades of Free Speech Magenta #FA56D6

Tints of Free Speech Magenta #FA56D6

Color information

#FA56D6 (or 0xFA56D6) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 56 and D6. RGB value is (250,86,214). Sum of RGB (Red+Green+Blue) = 250+86+214=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 86 (33.98% from 255 or 15.64% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56D6 is #05A929. Grayscale: #959595. Windows color (decimal): -370986 or 14046970. OLE color: 14046970.

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

Color convert

RGB25086214-
CMYK00.660.140.02
HSL313.17º94.25%65.88%-
HSV(B)313.17º65.6%98.04%-
XYZ54.8931.8366.87-
YUV149.63164.33199.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 15.64%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=45.45%
G=15.64%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508621400.660.140.02313.1794.2565.88
HexFA56D6042E21395e42
Octal3721263260102162471136102
Binary111110101010110110101100100001011101010011100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA56D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA56D6; }

 p { color: rgb(250,86,214); }

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

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

 a { background-color: rgb(250,86,214); }

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

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

 span { border-color: rgb(250,86,214); }

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