#FA56D7

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

Shades of Free Speech Magenta #FA56D7

Tints of Free Speech Magenta #FA56D7

Color information

#FA56D7 (or 0xFA56D7) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 56 and D7. RGB value is (250,86,215). Sum of RGB (Red+Green+Blue) = 250+86+215=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 86 (33.98% from 255 or 15.61% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56D7 is #05A928. Grayscale: #959595. Windows color (decimal): -370985 or 14112506. OLE color: 14112506.

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

Color convert

RGB25086215-
CMYK00.660.140.02
HSL312.8º94.25%65.88%-
HSV(B)312.8º65.6%98.04%-
XYZ55.0231.8967.54-
YUV149.74164.83199.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 86 (33.98% from 255) = 15.61%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=45.37%
G=15.61%
B=39.02%

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
Decimal2508621500.660.140.02312.894.2565.88
HexFA56D7042E21395e42
Octal3721263270102162471136102
Binary111110101010110110101110100001011101010011100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA56D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA56D7; }

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

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

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

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

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

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

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

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