#FA65DC

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

Shades of Free Speech Magenta #FA65DC

Tints of Free Speech Magenta #FA65DC

Color information

#FA65DC (or 0xFA65DC) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 65 and DC. RGB value is (250,101,220). Sum of RGB (Red+Green+Blue) = 250+101+220=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65DC is #059A23. Grayscale: #9E9E9E. Windows color (decimal): -367140 or 14444026. OLE color: 14444026.

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

Color convert

RGB250101220-
CMYK00.600.120.02
HSL312.08º93.71%68.82%-
HSV(B)312.08º59.6%98.04%-
XYZ5734.871.42-
YUV159.12162.36192.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 101 (39.84% from 255) = 17.69%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=43.78%
G=17.69%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010122000.600.120.02312.0893.7168.82
HexFA65DC03CC21385e45
Octal372145334074142470136105
Binary11111010110010111011100011110011001010011100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA65DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA65DC; }

 p { color: rgb(250,101,220); }

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

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

 a { background-color: rgb(250,101,220); }

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

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

 span { border-color: rgb(250,101,220); }

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