#F55EDC

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

Shades of Free Speech Magenta #F55EDC

Tints of Free Speech Magenta #F55EDC

Color information

#F55EDC (or 0xF55EDC) is unknown color: approx Free Speech Magenta. HEX triplet: F5, 5E and DC. RGB value is (245,94,220). Sum of RGB (Red+Green+Blue) = 245+94+220=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55EDC is #0AA123. Grayscale: #999999. Windows color (decimal): -696612 or 14442229. OLE color: 14442229.

HSL color Cylindrical-coordinate representation of color #F55EDC: hue angle of 309.93º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55EDC is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24594220-
CMYK00.620.100.04
HSL309.93º88.3%66.47%-
HSV(B)309.93º61.63%96.08%-
XYZ54.5832.5971.12-
YUV153.51165.53193.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.83%
GREEN value IS 94 (37.11% from 255) = 16.82%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=43.83%
G=16.82%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459422000.620.100.04309.9388.366.47
HexF55EDC03EA41365842
Octal365136334076124466130102
Binary111101011011110110111000111110101010010011011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55EDC; }

 p { color: rgb(245,94,220); }

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

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

 a { background-color: rgb(245,94,220); }

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

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

 span { border-color: rgb(245,94,220); }

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