#F155EE

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

Shades of Free Speech Magenta #F155EE

Tints of Free Speech Magenta #F155EE

Color information

#F155EE (or 0xF155EE) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 55 and EE. RGB value is (241,85,238). Sum of RGB (Red+Green+Blue) = 241+85+238=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F155EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155EE is #0EAA11. Grayscale: #949494. Windows color (decimal): -961042 or 15619569. OLE color: 15619569.

HSL color Cylindrical-coordinate representation of color #F155EE: hue angle of 301.15º degrees, saturation: 0.85, 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 #F155EE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24185238-
CMYK00.650.010.05
HSL301.15º84.78%63.92%-
HSV(B)301.15º64.73%94.51%-
XYZ54.9631.3784.05-
YUV149.09178.18193.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 85 (33.59% from 255) = 15.07%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=42.73%
G=15.07%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418523800.650.010.05301.1584.7863.92
HexF155EE0411512d5540
Octal361125356010115455125100
Binary1111000110101011110111001000001110110010110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F155EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F155EE; }

 p { color: rgb(241,85,238); }

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

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

 a { background-color: rgb(241,85,238); }

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

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

 span { border-color: rgb(241,85,238); }

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