#FA65DD

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

Shades of Free Speech Magenta #FA65DD

Tints of Free Speech Magenta #FA65DD

Color information

#FA65DD (or 0xFA65DD) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 65 and DD. RGB value is (250,101,221). Sum of RGB (Red+Green+Blue) = 250+101+221=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65DD is #059A22. Grayscale: #9E9E9E. Windows color (decimal): -367139 or 14509562. OLE color: 14509562.

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

Color convert

RGB250101221-
CMYK00.600.120.02
HSL311.68º93.71%68.82%-
HSV(B)311.68º59.6%98.04%-
XYZ57.1334.8572.12-
YUV159.23162.86192.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 101 (39.84% from 255) = 17.66%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=43.71%
G=17.66%
B=38.64%

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
Decimal25010122100.600.120.02311.6893.7168.82
HexFA65DD03CC21385e45
Octal372145335074142470136105
Binary11111010110010111011101011110011001010011100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA65DD; }

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

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

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

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

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

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

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

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