#F155EB

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

Shades of Free Speech Magenta #F155EB

Tints of Free Speech Magenta #F155EB

Color information

#F155EB (or 0xF155EB) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 55 and EB. RGB value is (241,85,235). Sum of RGB (Red+Green+Blue) = 241+85+235=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F155EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155EB is #0EAA14. Grayscale: #949494. Windows color (decimal): -961045 or 15422961. OLE color: 15422961.

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

Color convert

RGB24185235-
CMYK00.650.020.05
HSL302.31º84.78%63.92%-
HSV(B)302.31º64.73%94.51%-
XYZ54.5231.281.75-
YUV148.74176.68193.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 85 (33.59% from 255) = 15.15%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=42.96%
G=15.15%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418523500.650.020.05302.3184.7863.92
HexF155EB0412512e5540
Octal361125353010125456125100
Binary11110001101010111101011010000011010110010111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F155EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F155EB; }

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

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

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

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

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

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

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

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