#FA5DE2

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

Shades of Free Speech Magenta #FA5DE2

Tints of Free Speech Magenta #FA5DE2

Color information

#FA5DE2 (or 0xFA5DE2) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 5D and E2. RGB value is (250,93,226). Sum of RGB (Red+Green+Blue) = 250+93+226=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DE2 is #05A21D. Grayscale: #9A9A9A. Windows color (decimal): -369182 or 14835194. OLE color: 14835194.

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

Color convert

RGB25093226-
CMYK00.630.100.02
HSL309.17º94.01%67.25%-
HSV(B)309.17º62.8%98.04%-
XYZ57.0733.6475.44-
YUV155.11168.01195.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 93 (36.72% from 255) = 16.34%
BLUE value IS 226 (88.67% from 255) = 39.72%
R=43.94%
G=16.34%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509322600.630.100.02309.1794.0167.25
HexFA5DE203FA21355e43
Octal372135342077122465136103
Binary11111010101110111100010011111110101010011010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5DE2; }

 p { color: rgb(250,93,226); }

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

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

 a { background-color: rgb(250,93,226); }

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

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

 span { border-color: rgb(250,93,226); }

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