#F355EC

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

Shades of Free Speech Magenta #F355EC

Tints of Free Speech Magenta #F355EC

Color information

#F355EC (or 0xF355EC) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 55 and EC. RGB value is (243,85,236). Sum of RGB (Red+Green+Blue) = 243+85+236=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F355EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355EC is #0CAA13. Grayscale: #959595. Windows color (decimal): -829972 or 15488499. OLE color: 15488499.

HSL color Cylindrical-coordinate representation of color #F355EC: hue angle of 302.66º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F355EC is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB24385236-
CMYK00.650.030.05
HSL302.66º86.81%64.31%-
HSV(B)302.66º65.02%95.29%-
XYZ55.3531.6182.54-
YUV149.46176.85194.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.09%
GREEN value IS 85 (33.59% from 255) = 15.07%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=43.09%
G=15.07%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438523600.650.030.05302.6686.8164.31
HexF355EC0413512f5740
Octal363125354010135457127100
Binary11110011101010111101100010000011110110010111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F355EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F355EC; }

 p { color: rgb(243,85,236); }

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

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

 a { background-color: rgb(243,85,236); }

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

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

 span { border-color: rgb(243,85,236); }

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