#F341E5

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

Shades of Free Speech Magenta #F341E5

Tints of Free Speech Magenta #F341E5

Color information

#F341E5 (or 0xF341E5) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 41 and E5. RGB value is (243,65,229). Sum of RGB (Red+Green+Blue) = 243+65+229=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F341E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F341E5 is #0CBE1A. Grayscale: #888888. Windows color (decimal): -835099 or 15024627. OLE color: 15024627.

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

Color convert

RGB24365229-
CMYK00.730.060.05
HSL304.72º88.12%60.39%-
HSV(B)304.72º73.25%95.29%-
XYZ5328.4976.84-
YUV136.92179.97203.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.25%
GREEN value IS 65 (25.78% from 255) = 12.10%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=45.25%
G=12.10%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436522900.730.060.05304.7288.1260.39
HexF341E504965131583c
Octal36310134501116546113074
Binary11110011100000111100101010010011101011001100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F341E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F341E5; }

 p { color: rgb(243,65,229); }

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

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

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

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

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

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

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