#FA5DE6

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

Shades of Free Speech Magenta #FA5DE6

Tints of Free Speech Magenta #FA5DE6

Color information

#FA5DE6 (or 0xFA5DE6) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 5D and E6. RGB value is (250,93,230). Sum of RGB (Red+Green+Blue) = 250+93+230=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DE6 is #05A219. Grayscale: #9B9B9B. Windows color (decimal): -369178 or 15097338. OLE color: 15097338.

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

Color convert

RGB25093230-
CMYK00.630.080.02
HSL307.64º94.01%67.25%-
HSV(B)307.64º62.8%98.04%-
XYZ57.6233.8778.36-
YUV155.56170.01195.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 93 (36.72% from 255) = 16.23%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=43.63%
G=16.23%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509323000.630.080.02307.6494.0167.25
HexFA5DE603F821345e43
Octal372135346077102464136103
Binary11111010101110111100110011111110001010011010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5DE6; }

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

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

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

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

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

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

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

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