#F141E7

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

Shades of Free Speech Magenta #F141E7

Tints of Free Speech Magenta #F141E7

Color information

#F141E7 (or 0xF141E7) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 41 and E7. RGB value is (241,65,231). Sum of RGB (Red+Green+Blue) = 241+65+231=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F141E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141E7 is #0EBE18. Grayscale: #888888. Windows color (decimal): -966169 or 15155697. OLE color: 15155697.

HSL color Cylindrical-coordinate representation of color #F141E7: hue angle of 303.41º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141E7 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB24165231-
CMYK00.730.040.05
HSL303.41º86.27%60%-
HSV(B)303.41º73.03%94.51%-
XYZ52.5928.2578.28-
YUV136.55181.31202.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 65 (25.78% from 255) = 12.10%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=44.88%
G=12.10%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416523100.730.040.05303.4186.2760
HexF141E70494512f563c
Octal36110134701114545712674
Binary11110001100000111100111010010011001011001011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141E7; }

 p { color: rgb(241,65,231); }

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

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

 a { background-color: rgb(241,65,231); }

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

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

 span { border-color: rgb(241,65,231); }

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