#FA66DD

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

Shades of Free Speech Magenta #FA66DD

Tints of Free Speech Magenta #FA66DD

Color information

#FA66DD (or 0xFA66DD) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 66 and DD. RGB value is (250,102,221). Sum of RGB (Red+Green+Blue) = 250+102+221=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66DD is #059922. Grayscale: #9F9F9F. Windows color (decimal): -366883 or 14509818. OLE color: 14509818.

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

Color convert

RGB250102221-
CMYK00.590.120.02
HSL311.76º93.67%69.02%-
HSV(B)311.76º59.2%98.04%-
XYZ57.2335.0572.16-
YUV159.82162.53192.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 102 (40.23% from 255) = 17.80%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=43.63%
G=17.80%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010222100.590.120.02311.7693.6769.02
HexFA66DD03BC21385e45
Octal372146335073142470136105
Binary11111010110011011011101011101111001010011100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA66DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA66DD; }

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

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

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

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

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

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

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

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