#F141E4

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

Shades of Free Speech Magenta #F141E4

Tints of Free Speech Magenta #F141E4

Color information

#F141E4 (or 0xF141E4) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 41 and E4. RGB value is (241,65,228). Sum of RGB (Red+Green+Blue) = 241+65+228=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F141E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141E4 is #0EBE1B. Grayscale: #878787. Windows color (decimal): -966172 or 14959089. OLE color: 14959089.

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

Color convert

RGB24165228-
CMYK00.730.050.05
HSL304.43º86.27%60%-
HSV(B)304.43º73.03%94.51%-
XYZ52.1728.0876.07-
YUV136.21179.81202.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 65 (25.78% from 255) = 12.17%
BLUE value IS 228 (89.45% from 255) = 42.70%
R=45.13%
G=12.17%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416522800.730.050.05304.4386.2760
HexF141E404955130563c
Octal36110134401115546012674
Binary11110001100000111100100010010011011011001100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F141E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F141E4; }

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

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

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

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

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

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

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

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