#FA67DD

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

Shades of Free Speech Magenta #FA67DD

Tints of Free Speech Magenta #FA67DD

Color information

#FA67DD (or 0xFA67DD) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 67 and DD. RGB value is (250,103,221). Sum of RGB (Red+Green+Blue) = 250+103+221=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67DD is #059822. Grayscale: #A0A0A0. Windows color (decimal): -366627 or 14510074. OLE color: 14510074.

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

Color convert

RGB250103221-
CMYK00.590.120.02
HSL311.84º93.63%69.22%-
HSV(B)311.84º58.8%98.04%-
XYZ57.3335.2472.19-
YUV160.41162.2191.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 103 (40.62% from 255) = 17.94%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=43.55%
G=17.94%
B=38.50%

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
Decimal25010322100.590.120.02311.8493.6369.22
HexFA67DD03BC21385e45
Octal372147335073142470136105
Binary11111010110011111011101011101111001010011100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67DD; }

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

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

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

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

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

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

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

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