#F154EE

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

Shades of Free Speech Magenta #F154EE

Tints of Free Speech Magenta #F154EE

Color information

#F154EE (or 0xF154EE) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 54 and EE. RGB value is (241,84,238). Sum of RGB (Red+Green+Blue) = 241+84+238=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 84 (33.20% from 255 or 14.92% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F154EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F154EE is #0EAB11. Grayscale: #949494. Windows color (decimal): -961298 or 15619313. OLE color: 15619313.

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

Color convert

RGB24184238-
CMYK00.650.010.05
HSL301.15º84.86%63.73%-
HSV(B)301.15º65.15%94.51%-
XYZ54.8831.2184.02-
YUV148.5178.51193.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 84 (33.20% from 255) = 14.92%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=42.81%
G=14.92%
B=42.27%

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
Decimal2418423800.650.010.05301.1584.8663.73
HexF154EE0411512d5540
Octal361124356010115455125100
Binary1111000110101001110111001000001110110010110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F154EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F154EE; }

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

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

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

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

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

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

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

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