#F353D6

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

Shades of Free Speech Magenta #F353D6

Tints of Free Speech Magenta #F353D6

Color information

#F353D6 (or 0xF353D6) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 53 and D6. RGB value is (243,83,214). Sum of RGB (Red+Green+Blue) = 243+83+214=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F353D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353D6 is #0CAC29. Grayscale: #919191. Windows color (decimal): -830506 or 14046195. OLE color: 14046195.

HSL color Cylindrical-coordinate representation of color #F353D6: hue angle of 310.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353D6 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24383214-
CMYK00.660.120.05
HSL310.88º86.96%63.92%-
HSV(B)310.88º65.84%95.29%-
XYZ52.1930.166.68-
YUV145.77166.51197.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45%
GREEN value IS 83 (32.81% from 255) = 15.37%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=45%
G=15.37%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438321400.660.120.05310.8886.9663.92
HexF353D6042C51375740
Octal3631233260102145467127100
Binary1111001110100111101011001000010110010110011011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F353D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F353D6; }

 p { color: rgb(243,83,214); }

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

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

 a { background-color: rgb(243,83,214); }

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

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

 span { border-color: rgb(243,83,214); }

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