#F141F1

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

Shades of Free Speech Magenta #F141F1

Tints of Free Speech Magenta #F141F1

Color information

#F141F1 (or 0xF141F1) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 41 and F1. RGB value is (241,65,241). Sum of RGB (Red+Green+Blue) = 241+65+241=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 65 (25.78% from 255 or 11.88% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F141F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141F1 is #0EBE0E. Grayscale: #898989. Windows color (decimal): -966159 or 15811057. OLE color: 15811057.

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

Color convert

RGB24165241-
CMYK00.7300.05
HSL300º86.27%60%-
HSV(B)300º73.03%94.51%-
XYZ54.0428.8385.94-
YUV137.69186.31201.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 65 (25.78% from 255) = 11.88%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=44.06%
G=11.88%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416524100.7300.0530086.2760
HexF141F10490512c563c
Octal36110136101110545412674
Binary111100011000001111100010100100101011001011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141F1; }

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

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

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

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

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

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

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

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