#FA66DF

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

Shades of Free Speech Magenta #FA66DF

Tints of Free Speech Magenta #FA66DF

Color information

#FA66DF (or 0xFA66DF) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 66 and DF. RGB value is (250,102,223). Sum of RGB (Red+Green+Blue) = 250+102+223=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66DF is #059920. Grayscale: #9F9F9F. Windows color (decimal): -366881 or 14640890. OLE color: 14640890.

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

Color convert

RGB250102223-
CMYK00.590.110.02
HSL310.95º93.67%69.02%-
HSV(B)310.95º59.2%98.04%-
XYZ57.4935.1573.57-
YUV160.05163.53192.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 102 (40.23% from 255) = 17.74%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=43.48%
G=17.74%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010222300.590.110.02310.9593.6769.02
HexFA66DF03BB21375e45
Octal372146337073132467136105
Binary11111010110011011011111011101110111010011011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA66DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA66DF; }

 p { color: rgb(250,102,223); }

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

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

 a { background-color: rgb(250,102,223); }

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

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

 span { border-color: rgb(250,102,223); }

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